9 references to AnchorOperationField
PresentationFramework (9)
System\Windows\Controls\VirtualizingStackPanel.cs (9)
798
Debug.Assert(
AnchorOperationField
.GetValue(this) == null, "There is already a pending AnchorOperation.");
800
AnchorOperationField
.SetValue(this, anchorOperation);
856
Debug.Assert(
AnchorOperationField
.GetValue(this) != null, "anchor state is inconsistent");
869
AnchorOperationField
.SetValue(this, anchorOperation);
1062
AnchorOperationField
.SetValue(this, anchorOperation);
1111
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
1115
AnchorOperationField
.ClearValue(this);
7859
DispatcherOperation anchorOperation =
AnchorOperationField
.GetValue(this);
7865
AnchorOperationField
.ClearValue(this);