4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
228
_pendingLayout
= true;
282
_pendingLayout
= false;
315
_pendingLayout
= false;
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
156
target.
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\BitmapCacheBrush.cs (3)
196
Debug.Assert(!
_pendingLayout
);
274
Debug.Assert(
_pendingLayout
);
304
Debug.Assert(
_pendingLayout
);
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
140
if (target.
_pendingLayout
)