2 writes to _contentRenderedCallback
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
605
_contentRenderedCallback
= Dispatcher.BeginInvoke(DispatcherPriority.Input,
609
thisRef.
_contentRenderedCallback
= null;
2 references to _contentRenderedCallback
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
599
if (
_contentRenderedCallback
!= null)
603
_contentRenderedCallback
.Abort();