4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (1)
94
target.
_pendingLayout
= false;
System\Windows\Media\VisualBrush.cs (3)
209
_pendingLayout
= true;
251
_pendingLayout
= false;
284
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (1)
78
if (target.
_pendingLayout
)
System\Windows\Media\VisualBrush.cs (3)
178
Debug.Assert(!
_pendingLayout
);
243
Debug.Assert(
_pendingLayout
);
273
Debug.Assert(
_pendingLayout
);