4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
228_pendingLayout = true; 282_pendingLayout = false; 315_pendingLayout = false;
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
156target._pendingLayout = false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
196Debug.Assert(!_pendingLayout); 274Debug.Assert(_pendingLayout); 304Debug.Assert(_pendingLayout);
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
140if (target._pendingLayout)