4 references to UIElementCollection
PresentationFramework (4)
System\Windows\Controls\Panel.cs (1)
391
return new
UIElementCollection
(this, logicalParent);
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
228
_uiElementCollection = new
UIElementCollection
(this /* visual parent */, this /* logical parent */);
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
193
return new
UIElementCollection
(this, TemplatedParent == null ? logicalParent : null);
System\Windows\Documents\FixedPage.cs (1)
718
return new
UIElementCollection
(this, logicalParent);