4 references to UIElementCollection
PresentationFramework (4)
src\Framework\System\Windows\Controls\Panel.cs (1)
402return 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)
204return new UIElementCollection(this, TemplatedParent == null ? logicalParent : null);
src\Framework\System\Windows\Documents\FixedPage.cs (1)
757return new UIElementCollection(this, logicalParent);