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)
143
target.
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
203
Debug.Assert(!
_pendingLayout
);
281
Debug.Assert(
_pendingLayout
);
311
Debug.Assert(
_pendingLayout
);
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
127
if (target.
_pendingLayout
)