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