2 writes to _contentRenderedCallback
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (2)
639
_contentRenderedCallback
= Dispatcher.BeginInvoke(DispatcherPriority.Input,
642
_contentRenderedCallback
= null;
2 references to _contentRenderedCallback
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (2)
633
if (
_contentRenderedCallback
!= null)
637
_contentRenderedCallback
.Abort();