4 writes to _pendingLayout
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (1)
112
target.
_pendingLayout
= false;
System\Windows\Media\VisualBrush.cs (3)
225
_pendingLayout
= true;
267
_pendingLayout
= false;
300
_pendingLayout
= false;
4 references to _pendingLayout
PresentationCore (4)
System\Windows\Media\Generated\VisualBrush.cs (1)
96
if (target.
_pendingLayout
)
System\Windows\Media\VisualBrush.cs (3)
194
Debug.Assert(!
_pendingLayout
);
259
Debug.Assert(
_pendingLayout
);
289
Debug.Assert(
_pendingLayout
);