4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (1)
85
target.
_pendingLayout
= false;
System\Windows\Media\VisualBrush.cs (3)
210
_pendingLayout
= true;
252
_pendingLayout
= false;
285
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (1)
69
if (target.
_pendingLayout
)
System\Windows\Media\VisualBrush.cs (3)
179
Debug.Assert(!
_pendingLayout
);
244
Debug.Assert(
_pendingLayout
);
274
Debug.Assert(
_pendingLayout
);