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