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