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