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