9 references to AnchorOperationField
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
797
Debug.Assert(
AnchorOperationField
.GetValue(this) == null, "There is already a pending AnchorOperation.");
799
AnchorOperationField
.SetValue(this, anchorOperation);
855
Debug.Assert(
AnchorOperationField
.GetValue(this) != null, "anchor state is inconsistent");
868
AnchorOperationField
.SetValue(this, anchorOperation);
1061
AnchorOperationField
.SetValue(this, anchorOperation);
1110
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
1114
AnchorOperationField
.ClearValue(this);
7837
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
7843
AnchorOperationField
.ClearValue(this);