9 references to AnchorOperationField
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
803
Debug.Assert(
AnchorOperationField
.GetValue(this) == null, "There is already a pending AnchorOperation.");
805
AnchorOperationField
.SetValue(this, anchorOperation);
861
Debug.Assert(
AnchorOperationField
.GetValue(this) != null, "anchor state is inconsistent");
874
AnchorOperationField
.SetValue(this, anchorOperation);
1067
AnchorOperationField
.SetValue(this, anchorOperation);
1116
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
1120
AnchorOperationField
.ClearValue(this);
7864
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
7870
AnchorOperationField
.ClearValue(this);