2 writes to _contentRenderedCallback
PresentationFramework (2)
System\Windows\Window.cs (2)
3562
_contentRenderedCallback
= Dispatcher.BeginInvoke(DispatcherPriority.Input,
3569
thisRef.
_contentRenderedCallback
= null;
2 references to _contentRenderedCallback
PresentationFramework (2)
System\Windows\Window.cs (2)
3556
if (
_contentRenderedCallback
!= null)
3560
_contentRenderedCallback
.Abort();