4 writes to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
118target._pendingLayout = false;
Core\CSharp\System\Windows\Media\VisualBrush.cs (3)
228_pendingLayout = true; 270_pendingLayout = false; 303_pendingLayout = false;
4 references to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
102if (target._pendingLayout)
Core\CSharp\System\Windows\Media\VisualBrush.cs (3)
197Debug.Assert(!_pendingLayout); 262Debug.Assert(_pendingLayout); 292Debug.Assert(_pendingLayout);