4 instantiations of UIElementCollection
PresentationFramework (4)
System\Windows\Controls\Panel.cs (1)
390return new UIElementCollection(this, logicalParent);
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (1)
227_uiElementCollection = new UIElementCollection(this /* visual parent */, this /* logical parent */);
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
192return new UIElementCollection(this, TemplatedParent == null ? logicalParent : null);
System\Windows\Documents\FixedPage.cs (1)
719return new UIElementCollection(this, logicalParent);
126 references to UIElementCollection
PresentationFramework (93)
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
195protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
System\Windows\Controls\DataGridCellsPanel.cs (5)
680UIElementCollection children = InternalChildren; 765UIElementCollection children = InternalChildren; 1170UIElementCollection children = InternalChildren; 1952UIElementCollection children = InternalChildren; 2081UIElementCollection children = InternalChildren;
System\Windows\Controls\DockPanel.cs (2)
200UIElementCollection children = InternalChildren; 263UIElementCollection children = InternalChildren;
System\Windows\Controls\Grid.cs (6)
360UIElementCollection children = InternalChildren; 658UIElementCollection children = InternalChildren; 677UIElementCollection children = InternalChildren; 869UIElementCollection children = InternalChildren; 1196UIElementCollection children = InternalChildren; 3944private UIElementCollection _enumerator2Collection;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (7)
243UIElementCollection children = InternalChildren; 332UIElementCollection children = InternalChildren; 574UIElementCollection children = InternalChildren; 688UIElementCollection children = InternalChildren; 1288UIElementCollection children = InternalChildren; 1429UIElementCollection children = InternalChildren; 1601UIElementCollection children = InternalChildren;
System\Windows\Controls\GridViewRowPresenter.cs (4)
132UIElementCollection children = InternalChildren; 209UIElementCollection children = InternalChildren; 408UIElementCollection children = InternalChildren; 641UIElementCollection children = InternalChildren;
System\Windows\Controls\InkCanvas.cs (4)
694public UIElementCollection Children 2113UIElementCollection children = Children; 2687UIElementCollection children = Children; 2726UIElementCollection uiElementCollection = inkCanvas.Children;
System\Windows\Controls\ItemsControl.cs (1)
2463UIElementCollection children = itemsHost.Children;
System\Windows\Controls\Panel.cs (4)
170public UIElementCollection Children 327protected internal UIElementCollection InternalChildren 388protected virtual UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 844private UIElementCollection _uiElementCollection;
System\Windows\Controls\Primitives\CalendarItem.cs (2)
347UIElementCollection dayButtonsHost = MonthView.Children; 486UIElementCollection yearViewChildren = _yearView.Children;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (2)
221internal UIElementCollection InternalChildren 347private UIElementCollection _uiElementCollection;
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (4)
54UIElementCollection children = InternalChildren; 157UIElementCollection children = this.Children; 189protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 198UIElementCollection children = this.Children;
System\Windows\Controls\Primitives\ToolBarPanel.cs (3)
53UIElementCollection children = InternalChildren; 283UIElementCollection children = InternalChildren; 345UIElementCollection children = InternalChildren;
System\Windows\Controls\Stack.cs (6)
26UIElementCollection InternalChildren { get; } 546UIElementCollection children = measureElement.InternalChildren; 713UIElementCollection children = arrangeElement.InternalChildren; 827UIElementCollection children = arrangeElement.InternalChildren; 856UIElementCollection children = this.Children; 1043UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\VirtualizingPanel.cs (4)
368UIElementCollection children = itemsHost.InternalChildren; 441internal static void AddInternalChild(UIElementCollection children, UIElement child) 447internal static void InsertInternalChild(UIElementCollection children, int index, UIElement child) 453internal static void RemoveInternalChildRange(UIElementCollection children, int index, int range)
System\Windows\Controls\VirtualizingStackPanel.cs (13)
1171UIElementCollection children = itemsHost.Children; 4261UIElementCollection children = itemsHost.InternalChildren; 8734UIElementCollection children = InternalChildren; 8945UIElementCollection children = InternalChildren; 8973UIElementCollection children = InternalChildren; 9174UIElementCollection children = InternalChildren; 9221UIElementCollection children = InternalChildren; 9246UIElementCollection children = InternalChildren; 9272UIElementCollection children = InternalChildren; 9392UIElementCollection children = InternalChildren; 9419private bool NotifyCleanupItem(int childIndex, UIElementCollection children, ItemsControl itemsControl) 9475VirtualizingPanel.RemoveInternalChildRange((UIElementCollection)children, startIndex, count); 11583UIElementCollection IStackMeasure.InternalChildren
System\Windows\Controls\WrapPanel.cs (3)
224UIElementCollection children = InternalChildren; 284UIElementCollection children = InternalChildren; 334UIElementCollection children = InternalChildren;
System\Windows\Documents\FixedPage.cs (4)
386public UIElementCollection Children 717private UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent) 833UIElementCollection elementCollection = this.Children; 978private UIElementCollection _uiElementCollection;
System\Windows\Documents\RubberbandSelector.cs (1)
208UIElementCollection vc = _page.Children;
System\Windows\FrameworkElement.cs (1)
320/// <see cref="UIElementCollection"/>.
System\Windows\Input\KeyboardNavigation.cs (1)
751private UIElementCollection _canvasChildren;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (14)
4463typeof(System.Windows.Controls.UIElementCollection), // type 4693typeof(System.Windows.Controls.UIElementCollection), // type 4843typeof(System.Windows.Controls.UIElementCollection), // type 4935typeof(System.Windows.Controls.UIElementCollection), // type 5110typeof(System.Windows.Controls.UIElementCollection), // type 5663typeof(System.Windows.Controls.UIElementCollection), // type 6059typeof(System.Windows.Controls.UIElementCollection), // type 6210typeof(System.Windows.Controls.UIElementCollection), // type 6382typeof(System.Windows.Controls.UIElementCollection), // type 6401typeof(System.Windows.Controls.UIElementCollection), // type 6535typeof(System.Windows.Controls.UIElementCollection), // type 6650typeof(System.Windows.Controls.UIElementCollection), // type 6669typeof(System.Windows.Controls.UIElementCollection), // type 6708typeof(System.Windows.Controls.UIElementCollection), // type
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
13085typeof(System.Windows.Controls.UIElementCollection),
ReachFramework (6)
Serialization\Manager\NGCSerializationManager.cs (1)
242else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\NGCSerializationManagerAsync.cs (1)
458else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManager.cs (1)
155else if (typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
314else if (typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManager.cs (1)
311else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
387else if(typeof(System.Windows.Controls.UIElementCollection).IsAssignableFrom(objectType))
System.Windows.Controls.Ribbon (27)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (3)
361UIElementCollection children = InternalChildren; 436UIElementCollection children = InternalChildren; 576UIElementCollection children = this.Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (2)
317UIElementCollection children = InternalChildren; 529UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (6)
55UIElementCollection children = InternalChildren; 179UIElementCollection children = InternalChildren; 192UIElementCollection children = InternalChildren; 269UIElementCollection children = InternalChildren; 300private void AdjustDesiredWidthForStars(UIElementCollection children, ref double desiredWidth) 341private void AdjustDesiredWidthForStarColumn(UIElementCollection children, List<int> columnStarChildren, int starLayoutIndex, ref double desiredWidth)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
143UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
201UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarOverflowPanel.cs (1)
38UIElementCollection children = Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (2)
175UIElementCollection children = InternalChildren; 270UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (9)
34UIElementCollection children = InternalChildren; 178UIElementCollection children = InternalChildren; 232UIElementCollection children = InternalChildren; 377UIElementCollection children = InternalChildren; 431UIElementCollection children = InternalChildren; 483UIElementCollection children = InternalChildren; 536UIElementCollection children = InternalChildren; 634UIElementCollection children = InternalChildren; 667UIElementCollection children = InternalChildren;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (2)
33UIElementCollection children = InternalChildren; 51UIElementCollection children = InternalChildren;