4 references to ActualIndex
PresentationFramework (4)
System\Windows\Controls\GridViewRowPresenter.cs (2)
378InternalChildren.RemoveAt(e.ActualIndex); 382InternalChildren.RemoveAt(e.ActualIndex);
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
159if (DesiredWidthList.Count > e.ActualIndex) 161DesiredWidthList.RemoveAt(e.ActualIndex);