4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
243_pendingLayout = true; 297_pendingLayout = false; 330_pendingLayout = false;
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
170target._pendingLayout = false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
211Debug.Assert(!_pendingLayout); 289Debug.Assert(_pendingLayout); 319Debug.Assert(_pendingLayout);
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
154if (target._pendingLayout)