4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
235_pendingLayout = true; 289_pendingLayout = false; 322_pendingLayout = false;
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
143target._pendingLayout = false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
203Debug.Assert(!_pendingLayout); 281Debug.Assert(_pendingLayout); 311Debug.Assert(_pendingLayout);
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
127if (target._pendingLayout)