4 writes to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (3)
246_pendingLayout = true; 300_pendingLayout = false; 333_pendingLayout = false;
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
180target._pendingLayout = false;
4 references to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (3)
214Debug.Assert(!_pendingLayout); 292Debug.Assert(_pendingLayout); 322Debug.Assert(_pendingLayout);
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
164if (target._pendingLayout)