2 writes to _contentRenderedCallback
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
3614
_contentRenderedCallback
= Dispatcher.BeginInvoke(DispatcherPriority.Input,
3620
_contentRenderedCallback
= null;
2 references to _contentRenderedCallback
PresentationFramework (2)
src\Framework\System\Windows\Window.cs (2)
3608
if (
_contentRenderedCallback
!= null)
3612
_contentRenderedCallback
.Abort();