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)
170
target.
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
211
Debug.Assert(!
_pendingLayout
);
289
Debug.Assert(
_pendingLayout
);
319
Debug.Assert(
_pendingLayout
);
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
154
if (target.
_pendingLayout
)