4 instantiations of 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);
126 references to UIElementCollection
PresentationFramework (93)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
199protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
System\Windows\Controls\DataGridCellsPanel.cs (5)
686UIElementCollection children = InternalChildren; 771UIElementCollection children = InternalChildren; 1176UIElementCollection children = InternalChildren; 1962UIElementCollection children = InternalChildren; 2091UIElementCollection children = InternalChildren;
System\Windows\Controls\DockPanel.cs (2)
210UIElementCollection children = InternalChildren; 273UIElementCollection children = InternalChildren;
System\Windows\Controls\Grid.cs (6)
372UIElementCollection children = InternalChildren; 670UIElementCollection children = InternalChildren; 692UIElementCollection children = InternalChildren; 887UIElementCollection children = InternalChildren; 1213UIElementCollection children = InternalChildren; 3961private UIElementCollection _enumerator2Collection;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
247UIElementCollection children = InternalChildren; 336UIElementCollection children = InternalChildren; 578UIElementCollection children = InternalChildren; 692UIElementCollection children = InternalChildren; 1287UIElementCollection children = InternalChildren; 1428UIElementCollection children = InternalChildren; 1606UIElementCollection children = InternalChildren;
System\Windows\Controls\GridViewRowPresenter.cs (4)
137UIElementCollection children = InternalChildren; 214UIElementCollection children = InternalChildren; 413UIElementCollection children = InternalChildren; 643UIElementCollection children = InternalChildren;
System\Windows\Controls\InkCanvas.cs (4)
695public UIElementCollection Children 2112UIElementCollection children = Children; 2684UIElementCollection children = Children; 2723UIElementCollection uiElementCollection = inkCanvas.Children;
System\Windows\Controls\ItemsControl.cs (1)
2503UIElementCollection children = itemsHost.Children;
System\Windows\Controls\Panel.cs (4)
178public UIElementCollection Children 335protected internal UIElementCollection InternalChildren 396protected virtual UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 852private UIElementCollection _uiElementCollection;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
353UIElementCollection dayButtonsHost = MonthView.Children; 492UIElementCollection yearViewChildren = _yearView.Children;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
226internal UIElementCollection InternalChildren 352private UIElementCollection _uiElementCollection;
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (4)
65UIElementCollection children = InternalChildren; 168UIElementCollection children = this.Children; 200protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 209UIElementCollection children = this.Children;
System\Windows\Controls\Primitives\ToolBarPanel.cs (3)
63UIElementCollection children = InternalChildren; 296UIElementCollection children = InternalChildren; 356UIElementCollection children = InternalChildren;
System\Windows\Controls\Stack.cs (6)
33UIElementCollection InternalChildren { get; } 557UIElementCollection children = measureElement.InternalChildren; 724UIElementCollection children = arrangeElement.InternalChildren; 838UIElementCollection children = arrangeElement.InternalChildren; 867UIElementCollection children = this.Children; 1054UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\VirtualizingPanel.cs (4)
378UIElementCollection children = itemsHost.InternalChildren; 451internal static void AddInternalChild(UIElementCollection children, UIElement child) 457internal static void InsertInternalChild(UIElementCollection children, int index, UIElement child) 463internal static void RemoveInternalChildRange(UIElementCollection children, int index, int range)
System\Windows\Controls\VirtualizingStackPanel.cs (13)
1177UIElementCollection children = itemsHost.Children; 4287UIElementCollection children = itemsHost.InternalChildren; 8761UIElementCollection children = InternalChildren; 8972UIElementCollection children = InternalChildren; 9000UIElementCollection children = InternalChildren; 9201UIElementCollection children = InternalChildren; 9248UIElementCollection children = InternalChildren; 9273UIElementCollection children = InternalChildren; 9299UIElementCollection children = InternalChildren; 9419UIElementCollection children = InternalChildren; 9446private bool NotifyCleanupItem(int childIndex, UIElementCollection children, ItemsControl itemsControl) 9500VirtualizingPanel.RemoveInternalChildRange((UIElementCollection)children, startIndex, count); 11611UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\WrapPanel.cs (3)
235UIElementCollection children = InternalChildren; 295UIElementCollection children = InternalChildren; 345UIElementCollection children = InternalChildren;
System\Windows\Documents\FixedPage.cs (4)
393public UIElementCollection Children 724private UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 840UIElementCollection elementCollection = this.Children; 985private UIElementCollection _uiElementCollection;
System\Windows\Documents\RubberbandSelector.cs (1)
222UIElementCollection vc = _page.Children;
System\Windows\FrameworkElement.cs (1)
339/// <see cref="UIElementCollection"/>.
System\Windows\Input\KeyboardNavigation.cs (1)
759private UIElementCollection _canvasChildren;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (14)
4236typeof(System.Windows.Controls.UIElementCollection), // type 4442typeof(System.Windows.Controls.UIElementCollection), // type 4578typeof(System.Windows.Controls.UIElementCollection), // type 4662typeof(System.Windows.Controls.UIElementCollection), // type 4819typeof(System.Windows.Controls.UIElementCollection), // type 5316typeof(System.Windows.Controls.UIElementCollection), // type 5674typeof(System.Windows.Controls.UIElementCollection), // type 5811typeof(System.Windows.Controls.UIElementCollection), // type 5965typeof(System.Windows.Controls.UIElementCollection), // type 5982typeof(System.Windows.Controls.UIElementCollection), // type 6102typeof(System.Windows.Controls.UIElementCollection), // type 6205typeof(System.Windows.Controls.UIElementCollection), // type 6222typeof(System.Windows.Controls.UIElementCollection), // type 6257typeof(System.Windows.Controls.UIElementCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11766typeof(System.Windows.Controls.UIElementCollection),
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
255else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
492else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
167else if (typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
329else if (typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
329else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
424else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
System.Windows.Controls.Ribbon (27)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (3)
367UIElementCollection children = InternalChildren; 442UIElementCollection children = InternalChildren; 582UIElementCollection children = this.Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (2)
323UIElementCollection children = InternalChildren; 535UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (6)
58UIElementCollection children = InternalChildren; 182UIElementCollection children = InternalChildren; 195UIElementCollection children = InternalChildren; 272UIElementCollection children = InternalChildren; 303private void AdjustDesiredWidthForStars(UIElementCollection children, ref double desiredWidth) 344private void AdjustDesiredWidthForStarColumn(UIElementCollection children, List<int> columnStarChildren, int starLayoutIndex, ref double desiredWidth)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
149UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
206UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarOverflowPanel.cs (1)
43UIElementCollection children = Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (2)
182UIElementCollection children = InternalChildren; 280UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (9)
38UIElementCollection children = InternalChildren; 182UIElementCollection children = InternalChildren; 236UIElementCollection children = InternalChildren; 381UIElementCollection children = InternalChildren; 435UIElementCollection children = InternalChildren; 487UIElementCollection children = InternalChildren; 540UIElementCollection children = InternalChildren; 638UIElementCollection children = InternalChildren; 671UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (2)
38UIElementCollection children = InternalChildren; 56UIElementCollection children = InternalChildren;