4 writes to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
118
target.
_pendingLayout
= false;
Core\CSharp\System\Windows\Media\VisualBrush.cs (3)
228
_pendingLayout
= true;
270
_pendingLayout
= false;
303
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\VisualBrush.cs (1)
102
if (target.
_pendingLayout
)
Core\CSharp\System\Windows\Media\VisualBrush.cs (3)
197
Debug.Assert(!
_pendingLayout
);
262
Debug.Assert(
_pendingLayout
);
292
Debug.Assert(
_pendingLayout
);