9 references to AnchorOperationField
PresentationFramework (9)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (9)
800Debug.Assert(AnchorOperationField.GetValue(this) == null, "There is already a pending AnchorOperation."); 802AnchorOperationField.SetValue(this, anchorOperation); 858Debug.Assert(AnchorOperationField.GetValue(this) != null, "anchor state is inconsistent"); 871AnchorOperationField.SetValue(this, anchorOperation); 1036AnchorOperationField.SetValue(this, anchorOperation); 1085DispatcherOperation anchorOperation = AnchorOperationField.GetValue(this); 1089AnchorOperationField.ClearValue(this); 7710DispatcherOperation anchorOperation = AnchorOperationField.GetValue(this); 7716AnchorOperationField.ClearValue(this);