4 instantiations of 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);
93 references to UIElementCollection
PresentationFramework (93)
src\Framework\MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
207protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (5)
688UIElementCollection children = InternalChildren; 773UIElementCollection children = InternalChildren; 1178UIElementCollection children = InternalChildren; 1964UIElementCollection children = InternalChildren; 2093UIElementCollection children = InternalChildren;
src\Framework\System\Windows\Controls\DockPanel.cs (2)
216UIElementCollection children = InternalChildren; 279UIElementCollection children = InternalChildren;
src\Framework\System\Windows\Controls\Grid.cs (6)
434UIElementCollection children = InternalChildren; 733UIElementCollection children = InternalChildren; 755UIElementCollection children = InternalChildren; 950UIElementCollection children = InternalChildren; 1277UIElementCollection children = InternalChildren; 4185private UIElementCollection _enumerator2Collection;
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
249UIElementCollection children = InternalChildren; 338UIElementCollection children = InternalChildren; 580UIElementCollection children = InternalChildren; 694UIElementCollection children = InternalChildren; 1290UIElementCollection children = InternalChildren; 1431UIElementCollection children = InternalChildren; 1609UIElementCollection children = InternalChildren;
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (4)
139UIElementCollection children = InternalChildren; 216UIElementCollection children = InternalChildren; 416UIElementCollection children = InternalChildren; 646UIElementCollection children = InternalChildren;
src\Framework\System\Windows\Controls\InkCanvas.cs (4)
708public UIElementCollection Children 2211UIElementCollection children = Children; 2824UIElementCollection children = Children; 2863UIElementCollection uiElementCollection = inkCanvas.Children;
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
2506UIElementCollection children = itemsHost.Children;
src\Framework\System\Windows\Controls\Panel.cs (4)
182public UIElementCollection Children 339protected internal UIElementCollection InternalChildren 400protected virtual UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 856private UIElementCollection _uiElementCollection;
src\Framework\System\Windows\Controls\Primitives\CalendarItem.cs (2)
354UIElementCollection dayButtonsHost = MonthView.Children; 493UIElementCollection yearViewChildren = _yearView.Children;
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
227internal UIElementCollection InternalChildren 353private UIElementCollection _uiElementCollection;
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (4)
66UIElementCollection children = InternalChildren; 169UIElementCollection children = this.Children; 201protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 210UIElementCollection children = this.Children;
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (3)
64UIElementCollection children = InternalChildren; 297UIElementCollection children = InternalChildren; 357UIElementCollection children = InternalChildren;
src\Framework\System\Windows\Controls\Stack.cs (6)
39UIElementCollection InternalChildren { get; } 563UIElementCollection children = measureElement.InternalChildren; 730UIElementCollection children = arrangeElement.InternalChildren; 844UIElementCollection children = arrangeElement.InternalChildren; 873UIElementCollection children = this.Children; 1060UIElementCollection IStackMeasure.InternalChildren
src\Framework\System\Windows\Controls\VirtualizingPanel.cs (4)
424UIElementCollection children = itemsHost.InternalChildren; 497internal static void AddInternalChild(UIElementCollection children, UIElement child) 503internal static void InsertInternalChild(UIElementCollection children, int index, UIElement child) 509internal static void RemoveInternalChildRange(UIElementCollection children, int index, int range)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (13)
1145UIElementCollection children = itemsHost.Children; 4205UIElementCollection children = itemsHost.InternalChildren; 8603UIElementCollection children = InternalChildren; 8814UIElementCollection children = InternalChildren; 8842UIElementCollection children = InternalChildren; 9043UIElementCollection children = InternalChildren; 9091UIElementCollection children = InternalChildren; 9118UIElementCollection children = InternalChildren; 9144UIElementCollection children = InternalChildren; 9265UIElementCollection children = InternalChildren; 9292private bool NotifyCleanupItem(int childIndex, UIElementCollection children, ItemsControl itemsControl) 9346VirtualizingPanel.RemoveInternalChildRange((UIElementCollection)children, startIndex, count); 11473UIElementCollection IStackMeasure.InternalChildren
src\Framework\System\Windows\Controls\WrapPanel.cs (3)
237UIElementCollection children = InternalChildren; 297UIElementCollection children = InternalChildren; 347UIElementCollection children = InternalChildren;
src\Framework\System\Windows\Documents\FixedPage.cs (4)
400public UIElementCollection Children 755private UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 871UIElementCollection elementCollection = this.Children; 1016private UIElementCollection _uiElementCollection;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
319UIElementCollection vc = _page.Children;
src\Framework\System\Windows\FrameworkElement.cs (1)
336/// <see cref="UIElementCollection"/>.
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
807private UIElementCollection _canvasChildren;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (14)
4211typeof(System.Windows.Controls.UIElementCollection), // type 4417typeof(System.Windows.Controls.UIElementCollection), // type 4553typeof(System.Windows.Controls.UIElementCollection), // type 4637typeof(System.Windows.Controls.UIElementCollection), // type 4794typeof(System.Windows.Controls.UIElementCollection), // type 5291typeof(System.Windows.Controls.UIElementCollection), // type 5632typeof(System.Windows.Controls.UIElementCollection), // type 5769typeof(System.Windows.Controls.UIElementCollection), // type 5923typeof(System.Windows.Controls.UIElementCollection), // type 5940typeof(System.Windows.Controls.UIElementCollection), // type 6060typeof(System.Windows.Controls.UIElementCollection), // type 6163typeof(System.Windows.Controls.UIElementCollection), // type 6180typeof(System.Windows.Controls.UIElementCollection), // type 6215typeof(System.Windows.Controls.UIElementCollection), // type
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11762typeof(System.Windows.Controls.UIElementCollection),