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