3 references to FireContentRendered
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
462
this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(
FireContentRendered
), this);
516
this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(
FireContentRendered
), this);
621
this.Dispatcher.BeginInvoke(DispatcherPriority.Loaded, new DispatcherOperationCallback(
FireContentRendered
), this);