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