4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
229_pendingLayout = true; 283_pendingLayout = false; 316_pendingLayout = false;
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
143target._pendingLayout = false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
197Debug.Assert(!_pendingLayout); 275Debug.Assert(_pendingLayout); 305Debug.Assert(_pendingLayout);
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
127if (target._pendingLayout)