1 write to _dispatcherThread
PresentationFramework (1)
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
30
this.
_dispatcherThread
= Thread.CurrentThread;
1 reference to _dispatcherThread
PresentationFramework (1)
System\Windows\Controls\CalendarBlackoutDatesCollection.cs (1)
339
return Thread.CurrentThread == this.
_dispatcherThread
;