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)
720return 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)
681UIElementCollection children = InternalChildren; 766UIElementCollection children = InternalChildren; 1171UIElementCollection children = InternalChildren; 1953UIElementCollection children = InternalChildren; 2082UIElementCollection children = InternalChildren;
System\Windows\Controls\DockPanel.cs (2)
201UIElementCollection children = InternalChildren; 264UIElementCollection children = InternalChildren;
System\Windows\Controls\Grid.cs (6)
361UIElementCollection children = InternalChildren; 659UIElementCollection children = InternalChildren; 678UIElementCollection children = InternalChildren; 870UIElementCollection children = InternalChildren; 1197UIElementCollection children = InternalChildren; 3945private UIElementCollection _enumerator2Collection;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
244UIElementCollection children = InternalChildren; 333UIElementCollection children = InternalChildren; 575UIElementCollection children = InternalChildren; 689UIElementCollection children = InternalChildren; 1289UIElementCollection children = InternalChildren; 1430UIElementCollection children = InternalChildren; 1602UIElementCollection children = InternalChildren;
System\Windows\Controls\GridViewRowPresenter.cs (4)
133UIElementCollection children = InternalChildren; 210UIElementCollection children = InternalChildren; 409UIElementCollection children = InternalChildren; 642UIElementCollection children = InternalChildren;
System\Windows\Controls\InkCanvas.cs (4)
695public UIElementCollection Children 2114UIElementCollection children = Children; 2688UIElementCollection children = Children; 2727UIElementCollection uiElementCollection = inkCanvas.Children;
System\Windows\Controls\ItemsControl.cs (1)
2464UIElementCollection 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; 284UIElementCollection children = InternalChildren; 346UIElementCollection children = InternalChildren;
System\Windows\Controls\Stack.cs (6)
27UIElementCollection InternalChildren { get; } 547UIElementCollection children = measureElement.InternalChildren; 714UIElementCollection children = arrangeElement.InternalChildren; 828UIElementCollection children = arrangeElement.InternalChildren; 857UIElementCollection children = this.Children; 1044UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\VirtualizingPanel.cs (4)
369UIElementCollection children = itemsHost.InternalChildren; 442internal static void AddInternalChild(UIElementCollection children, UIElement child) 448internal static void InsertInternalChild(UIElementCollection children, int index, UIElement child) 454internal static void RemoveInternalChildRange(UIElementCollection children, int index, int range)
System\Windows\Controls\VirtualizingStackPanel.cs (13)
1172UIElementCollection children = itemsHost.Children; 4262UIElementCollection children = itemsHost.InternalChildren; 8735UIElementCollection children = InternalChildren; 8946UIElementCollection children = InternalChildren; 8974UIElementCollection children = InternalChildren; 9175UIElementCollection children = InternalChildren; 9222UIElementCollection children = InternalChildren; 9247UIElementCollection children = InternalChildren; 9273UIElementCollection children = InternalChildren; 9393UIElementCollection children = InternalChildren; 9420private bool NotifyCleanupItem(int childIndex, UIElementCollection children, ItemsControl itemsControl) 9476VirtualizingPanel.RemoveInternalChildRange((UIElementCollection)children, startIndex, count); 11584UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\WrapPanel.cs (3)
225UIElementCollection children = InternalChildren; 285UIElementCollection children = InternalChildren; 335UIElementCollection children = InternalChildren;
System\Windows\Documents\FixedPage.cs (4)
387public UIElementCollection Children 718private UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 834UIElementCollection elementCollection = this.Children; 979private UIElementCollection _uiElementCollection;
System\Windows\Documents\RubberbandSelector.cs (1)
209UIElementCollection vc = _page.Children;
System\Windows\FrameworkElement.cs (1)
321/// <see cref="UIElementCollection"/>.
System\Windows\Input\KeyboardNavigation.cs (1)
753private UIElementCollection _canvasChildren;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (14)
4464typeof(System.Windows.Controls.UIElementCollection), // type 4694typeof(System.Windows.Controls.UIElementCollection), // type 4844typeof(System.Windows.Controls.UIElementCollection), // type 4936typeof(System.Windows.Controls.UIElementCollection), // type 5111typeof(System.Windows.Controls.UIElementCollection), // type 5664typeof(System.Windows.Controls.UIElementCollection), // type 6060typeof(System.Windows.Controls.UIElementCollection), // type 6211typeof(System.Windows.Controls.UIElementCollection), // type 6383typeof(System.Windows.Controls.UIElementCollection), // type 6402typeof(System.Windows.Controls.UIElementCollection), // type 6536typeof(System.Windows.Controls.UIElementCollection), // type 6651typeof(System.Windows.Controls.UIElementCollection), // type 6670typeof(System.Windows.Controls.UIElementCollection), // type 6709typeof(System.Windows.Controls.UIElementCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
13086typeof(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)
459else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
156else 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)
312else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
388else 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; 271UIElementCollection 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;