4 references to RemoveAt
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1046vc.RemoveAt(index);
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (2)
95visualChildren.RemoveAt(visualIndex); 313visualCollection.RemoveAt(index);
src\Framework\System\Windows\Controls\UIElementCollection.cs (1)
322vc.RemoveAt(index);