4 references to ActualIndex
PresentationFramework (4)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
386InternalChildren.RemoveAt(e.ActualIndex); 390InternalChildren.RemoveAt(e.ActualIndex);
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
165if (DesiredWidthList.Count > e.ActualIndex) 167DesiredWidthList.RemoveAt(e.ActualIndex);