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