1 write to _DispatcherLayoutResult
PresentationCore (1)
System\Windows\Media\VisualBrush.cs (1)
205_DispatcherLayoutResult = Dispatcher.BeginInvoke(
6 references to _DispatcherLayoutResult
PresentationCore (6)
System\Windows\Media\Generated\VisualBrush.cs (3)
89Debug.Assert(target._DispatcherLayoutResult != null); 90Debug.Assert(target._DispatcherLayoutResult.Status == System.Windows.Threading.DispatcherOperationStatus.Pending); 91bool abortStatus = target._DispatcherLayoutResult.Abort();
System\Windows\Media\VisualBrush.cs (3)
258Debug.Assert(_DispatcherLayoutResult != null); 259Debug.Assert(_DispatcherLayoutResult.Status == DispatcherOperationStatus.Pending); 260bool abortStatus = _DispatcherLayoutResult.Abort();