9 references to AnchorOperationField
PresentationFramework (9)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (9)
800
Debug.Assert(
AnchorOperationField
.GetValue(this) == null, "There is already a pending AnchorOperation.");
802
AnchorOperationField
.SetValue(this, anchorOperation);
858
Debug.Assert(
AnchorOperationField
.GetValue(this) != null, "anchor state is inconsistent");
871
AnchorOperationField
.SetValue(this, anchorOperation);
1036
AnchorOperationField
.SetValue(this, anchorOperation);
1085
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
1089
AnchorOperationField
.ClearValue(this);
7710
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
7716
AnchorOperationField
.ClearValue(this);