Implemented interface member:
method
Clear
System.Collections.IList.Clear()
12 references to Clear
PresentationFramework (6)
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (2)
264
InternalChildren.
Clear
();
395
InternalChildren.
Clear
();
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
370
overflowPanel.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)
180
this.view.Children.
Clear
();
184
this.outlineView.Children.
Clear
();
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.Helpers.cs (2)
107
this.view.Children.
Clear
();
112
this.outlineView.Children.
Clear
();
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
485
this.contentGrid.Children.
Clear
();
490
contentGrid.Children.
Clear
();