4 writes to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (3)
246
_pendingLayout
= true;
300
_pendingLayout
= false;
333
_pendingLayout
= false;
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
180
target.
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (3)
214
Debug.Assert(!
_pendingLayout
);
292
Debug.Assert(
_pendingLayout
);
322
Debug.Assert(
_pendingLayout
);
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
164
if (target.
_pendingLayout
)