Implemented interface member:
method
Clear
System.Collections.IList.Clear()
12 references to Clear
PresentationFramework (6)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
264InternalChildren.Clear(); 395InternalChildren.Clear();
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
370overflowPanel.Children.Clear();
src\Framework\System\Windows\Input\KeyboardNavigation.cs (3)
623_canvasChildren.Clear(); 632_canvasChildren.Clear(); 660_canvasChildren.Clear();
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
180this.view.Children.Clear(); 184this.outlineView.Children.Clear();
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (2)
107this.view.Children.Clear(); 112this.outlineView.Children.Clear();
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
485this.contentGrid.Children.Clear(); 490contentGrid.Children.Clear();