4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (1)
85
target.
_pendingLayout
= false;
System\Windows\Media\VisualBrush.cs (3)
216
_pendingLayout
= true;
258
_pendingLayout
= false;
291
_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)
185
Debug.Assert(!
_pendingLayout
);
250
Debug.Assert(
_pendingLayout
);
280
Debug.Assert(
_pendingLayout
);