3 references to FireContentRendered
PresentationCore (3)
Core\CSharp\System\Windows\Interop\HwndSource.cs (3)
533
this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(
FireContentRendered
), this);
592
this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(
FireContentRendered
), this);
711
this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(
FireContentRendered
), this);