4 instantiations of UIElementCollection
PresentationFramework (4)
System\Windows\Controls\Panel.cs (1)
391return 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)
193return new UIElementCollection(this, TemplatedParent == null ? logicalParent : null);
System\Windows\Documents\FixedPage.cs (1)
718return new UIElementCollection(this, logicalParent);
126 references to UIElementCollection
PresentationFramework (93)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
196protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
System\Windows\Controls\DataGridCellsPanel.cs (5)
682UIElementCollection children = InternalChildren; 767UIElementCollection children = InternalChildren; 1172UIElementCollection children = InternalChildren; 1958UIElementCollection children = InternalChildren; 2087UIElementCollection children = InternalChildren;
System\Windows\Controls\DockPanel.cs (2)
204UIElementCollection children = InternalChildren; 267UIElementCollection children = InternalChildren;
System\Windows\Controls\Grid.cs (6)
363UIElementCollection children = InternalChildren; 661UIElementCollection children = InternalChildren; 683UIElementCollection children = InternalChildren; 878UIElementCollection children = InternalChildren; 1204UIElementCollection children = InternalChildren; 3952private UIElementCollection _enumerator2Collection;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
244UIElementCollection children = InternalChildren; 333UIElementCollection children = InternalChildren; 575UIElementCollection children = InternalChildren; 689UIElementCollection children = InternalChildren; 1284UIElementCollection children = InternalChildren; 1425UIElementCollection children = InternalChildren; 1603UIElementCollection children = InternalChildren;
System\Windows\Controls\GridViewRowPresenter.cs (4)
133UIElementCollection children = InternalChildren; 210UIElementCollection children = InternalChildren; 409UIElementCollection children = InternalChildren; 639UIElementCollection children = InternalChildren;
System\Windows\Controls\InkCanvas.cs (4)
683public UIElementCollection Children 2100UIElementCollection children = Children; 2672UIElementCollection children = Children; 2711UIElementCollection uiElementCollection = inkCanvas.Children;
System\Windows\Controls\ItemsControl.cs (1)
2494UIElementCollection children = itemsHost.Children;
System\Windows\Controls\Panel.cs (4)
171public UIElementCollection Children 328protected internal UIElementCollection InternalChildren 389protected virtual UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 845private UIElementCollection _uiElementCollection;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
348UIElementCollection dayButtonsHost = MonthView.Children; 487UIElementCollection yearViewChildren = _yearView.Children;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
222internal UIElementCollection InternalChildren 348private UIElementCollection _uiElementCollection;
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (4)
55UIElementCollection children = InternalChildren; 158UIElementCollection children = this.Children; 190protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 199UIElementCollection children = this.Children;
System\Windows\Controls\Primitives\ToolBarPanel.cs (3)
54UIElementCollection children = InternalChildren; 287UIElementCollection children = InternalChildren; 347UIElementCollection children = InternalChildren;
System\Windows\Controls\Stack.cs (6)
27UIElementCollection InternalChildren { get; } 551UIElementCollection children = measureElement.InternalChildren; 718UIElementCollection children = arrangeElement.InternalChildren; 832UIElementCollection children = arrangeElement.InternalChildren; 861UIElementCollection children = this.Children; 1048UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\VirtualizingPanel.cs (4)
372UIElementCollection children = itemsHost.InternalChildren; 445internal static void AddInternalChild(UIElementCollection children, UIElement child) 451internal static void InsertInternalChild(UIElementCollection children, int index, UIElement child) 457internal static void RemoveInternalChildRange(UIElementCollection children, int index, int range)
System\Windows\Controls\VirtualizingStackPanel.cs (13)
1172UIElementCollection children = itemsHost.Children; 4282UIElementCollection children = itemsHost.InternalChildren; 8756UIElementCollection children = InternalChildren; 8967UIElementCollection children = InternalChildren; 8995UIElementCollection children = InternalChildren; 9196UIElementCollection children = InternalChildren; 9243UIElementCollection children = InternalChildren; 9268UIElementCollection children = InternalChildren; 9294UIElementCollection children = InternalChildren; 9414UIElementCollection children = InternalChildren; 9441private bool NotifyCleanupItem(int childIndex, UIElementCollection children, ItemsControl itemsControl) 9495VirtualizingPanel.RemoveInternalChildRange((UIElementCollection)children, startIndex, count); 11606UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\WrapPanel.cs (3)
225UIElementCollection children = InternalChildren; 285UIElementCollection children = InternalChildren; 335UIElementCollection children = InternalChildren;
System\Windows\Documents\FixedPage.cs (4)
385public UIElementCollection Children 716private UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 832UIElementCollection elementCollection = this.Children; 977private UIElementCollection _uiElementCollection;
System\Windows\Documents\RubberbandSelector.cs (1)
212UIElementCollection vc = _page.Children;
System\Windows\FrameworkElement.cs (1)
328/// <see cref="UIElementCollection"/>.
System\Windows\Input\KeyboardNavigation.cs (1)
749private UIElementCollection _canvasChildren;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (14)
4234typeof(System.Windows.Controls.UIElementCollection), // type 4440typeof(System.Windows.Controls.UIElementCollection), // type 4576typeof(System.Windows.Controls.UIElementCollection), // type 4660typeof(System.Windows.Controls.UIElementCollection), // type 4817typeof(System.Windows.Controls.UIElementCollection), // type 5314typeof(System.Windows.Controls.UIElementCollection), // type 5672typeof(System.Windows.Controls.UIElementCollection), // type 5809typeof(System.Windows.Controls.UIElementCollection), // type 5963typeof(System.Windows.Controls.UIElementCollection), // type 5980typeof(System.Windows.Controls.UIElementCollection), // type 6100typeof(System.Windows.Controls.UIElementCollection), // type 6203typeof(System.Windows.Controls.UIElementCollection), // type 6220typeof(System.Windows.Controls.UIElementCollection), // type 6255typeof(System.Windows.Controls.UIElementCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11764typeof(System.Windows.Controls.UIElementCollection),
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
243else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
481else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
162else if (typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
315else if (typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
319else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
411else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
System.Windows.Controls.Ribbon (27)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (3)
362UIElementCollection children = InternalChildren; 437UIElementCollection children = InternalChildren; 577UIElementCollection children = this.Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (2)
318UIElementCollection children = InternalChildren; 530UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (6)
56UIElementCollection children = InternalChildren; 180UIElementCollection children = InternalChildren; 193UIElementCollection children = InternalChildren; 270UIElementCollection children = InternalChildren; 301private void AdjustDesiredWidthForStars(UIElementCollection children, ref double desiredWidth) 342private void AdjustDesiredWidthForStarColumn(UIElementCollection children, List<int> columnStarChildren, int starLayoutIndex, ref double desiredWidth)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
144UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
202UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarOverflowPanel.cs (1)
39UIElementCollection children = Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (2)
176UIElementCollection children = InternalChildren; 274UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (9)
35UIElementCollection children = InternalChildren; 179UIElementCollection children = InternalChildren; 233UIElementCollection children = InternalChildren; 378UIElementCollection children = InternalChildren; 432UIElementCollection children = InternalChildren; 484UIElementCollection children = InternalChildren; 537UIElementCollection children = InternalChildren; 635UIElementCollection children = InternalChildren; 668UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (2)
34UIElementCollection children = InternalChildren; 52UIElementCollection children = InternalChildren;