4 references to UIElementCollection
PresentationFramework (4)
src\Framework\System\Windows\Controls\Panel.cs (1)
402
return new
UIElementCollection
(this, logicalParent);
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
233
_uiElementCollection = new
UIElementCollection
(this /* visual parent */, this /* logical parent */);
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
204
return new
UIElementCollection
(this, TemplatedParent == null ? logicalParent : null);
src\Framework\System\Windows\Documents\FixedPage.cs (1)
757
return new
UIElementCollection
(this, logicalParent);