1 write to _DispatcherLayoutResult
PresentationCore (1)
System\Windows\Media\VisualBrush.cs (1)
212_DispatcherLayoutResult = Dispatcher.BeginInvoke(
6 references to _DispatcherLayoutResult
PresentationCore (6)
System\Windows\Media\Generated\VisualBrush.cs (3)
80Debug.Assert(target._DispatcherLayoutResult != null); 81Debug.Assert(target._DispatcherLayoutResult.Status == System.Windows.Threading.DispatcherOperationStatus.Pending); 82bool abortStatus = target._DispatcherLayoutResult.Abort();
System\Windows\Media\VisualBrush.cs (3)
265Debug.Assert(_DispatcherLayoutResult != null); 266Debug.Assert(_DispatcherLayoutResult.Status == DispatcherOperationStatus.Pending); 267bool abortStatus = _DispatcherLayoutResult.Abort();