4 references to ActualIndex
PresentationFramework (4)
System\Windows\Controls\GridViewRowPresenter.cs (2)
383InternalChildren.RemoveAt(e.ActualIndex); 387InternalChildren.RemoveAt(e.ActualIndex);
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
164if (DesiredWidthList.Count > e.ActualIndex) 166DesiredWidthList.RemoveAt(e.ActualIndex);