摘要: Hidden Methods - EditorBrowsableRecently while exploring multi-threading with WPF, I came across a method on a WPF control's Dispatcher to check if the current thread has access to the control. myButton.Dispatcher.CheckAccess();Now, the funny thing about this method is that it is a public method 阅读全文
posted @ 2011-12-19 11:26 higirle 阅读(409) 评论(0) 推荐(0) 编辑
摘要: While playing around with WPF, I tried to do some multithreading where I have a worker thread updating my ObservableCollection, while having a ListCollectionView of that ObservableCollection being shown on a ListBox.It was surprising to see that I get a NotSupportedException thrown, with the messag. 阅读全文
posted @ 2011-12-19 11:25 higirle 阅读(609) 评论(0) 推荐(0) 编辑