1 write to _dispatcherThread
PresentationFramework (1)
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (1)
39
this.
_dispatcherThread
= Thread.CurrentThread;
1 reference to _dispatcherThread
PresentationFramework (1)
src\Framework\System\Windows\Controls\SelectedDatesCollection.cs (1)
475
return Thread.CurrentThread == this.
_dispatcherThread
;