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