1 write to _DispatcherLayoutResult
PresentationCore (1)
System\Windows\Media\VisualBrush.cs (1)
221_DispatcherLayoutResult = Dispatcher.BeginInvoke(
6 references to _DispatcherLayoutResult
PresentationCore (6)
System\Windows\Media\Generated\VisualBrush.cs (3)
107Debug.Assert(target._DispatcherLayoutResult != null); 108Debug.Assert(target._DispatcherLayoutResult.Status == System.Windows.Threading.DispatcherOperationStatus.Pending); 109bool abortStatus = target._DispatcherLayoutResult.Abort();
System\Windows\Media\VisualBrush.cs (3)
274Debug.Assert(_DispatcherLayoutResult != null); 275Debug.Assert(_DispatcherLayoutResult.Status == DispatcherOperationStatus.Pending); 276bool abortStatus = _DispatcherLayoutResult.Abort();