摘要:The existing documentation about the visual tree and logical tree in the Windows SDK leaves much to be desired. Ever since I started with WPF, I have ...
阅读全文
posted @ 2010-06-04 21:14
|
|||
随笔分类 - WPF
摘要:The existing documentation about the visual tree and logical tree in the Windows SDK leaves much to be desired. Ever since I started with WPF, I have ...
阅读全文
posted @ 2010-06-04 21:14
摘要:When using normal C# events, registering an event handler creates a strong reference from the event source to the listening object.If the source objec...
阅读全文
posted @ 2010-06-04 16:48
摘要:It is proven that we software developers spend more time debugging than actually writing code. Guess what?!! WPF is no different… We have to debug and...
阅读全文
posted @ 2010-05-31 13:05
摘要:Most developers have used {Binding ElementName= myControl , Path = myProperty} in their WPF projects, however you may find it didn’t work for you in ...
阅读全文
posted @ 2010-05-28 17:31
|
|||