2 writes to _contentRenderedCallback
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
617
_contentRenderedCallback
= Dispatcher.BeginInvoke(DispatcherPriority.Input,
621
thisRef.
_contentRenderedCallback
= null;
2 references to _contentRenderedCallback
PresentationFramework (2)
System\Windows\Controls\Frame.cs (2)
611
if (
_contentRenderedCallback
!= null)
615
_contentRenderedCallback
.Abort();