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