97 references to Children
PresentationFramework (70)
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
369Children.Add(child); 379Children.Remove(child); 621foreach (Visual child in Children)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (5)
72Children.Add(HighlightAnchor); 463Children.Remove(_leftMarker); 465Children.Remove(_rightMarker); 544Children.Remove(HighlightAnchor); 594Children.Add(marker);
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
281Debug.Assert(Children.Contains(hitElement), "The hit element should be a child of InnerCanvas.");
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (3)
140foreach (UIElement child in this.OwningGrid.Children) 384foreach (UIElement child in this.OwningGrid.Children) 626foreach (UIElement child in this.OwningGrid.Children)
System\Windows\Automation\Peers\DataGridColumnHeadersPresenterAutomationPeer.cs (1)
80childItems = itemHost.Children;
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
427childItems = itemHost.Children;
System\Windows\Automation\Peers\GroupItemAutomationPeer.cs (1)
163IList childItems = itemsHost.Children;
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (2)
88childItems = itemHost.Children; 150childItems = itemHost.Children;
System\Windows\Controls\BorderGapMaskConverter.cs (3)
119grid.Children.Add(rectColumn1); 120grid.Children.Add(rectColumn2); 121grid.Children.Add(rectColumn3);
System\Windows\Controls\DataGrid.cs (4)
6426for (int i = (isGrouping ? Items.Count - 1 : itemsHost.Children.Count - 1); i >= 0; i--) 6437row = itemsHost.Children[i] as DataGridRow; 6475for (int i = (isGrouping ? Items.Count - 1 : itemsHost.Children.Count - 1); i >= 0; i--) 6486row = itemsHost.Children[i] as DataGridRow;
System\Windows\Controls\Grid.cs (2)
85Children.Add(cell); 3893_enumerator2Collection = grid.Children;
System\Windows\Controls\InkCanvas.cs (1)
701return InnerCanvas.Children;
System\Windows\Controls\ItemsControl.cs (2)
1347p.Children.RemoveNoVerify((UIElement)visual); 2503UIElementCollection children = itemsHost.Children;
System\Windows\Controls\Panel.cs (4)
102Children.Add(uie); 163return this.Children.GetEnumerator(); 199if (Children != null && Children.Count > 0)
System\Windows\Controls\Primitives\CalendarItem.cs (12)
353UIElementCollection dayButtonsHost = MonthView.Children; 437foreach (UIElement element in this.YearView.Children) 492UIElementCollection yearViewChildren = _yearView.Children; 962this._monthView.Children.Add(titleCell); 982this._monthView.Children.Add(dayCell); 1008this._yearView.Children.Add(monthCell); 1025FrameworkElement daytitle = _monthView.Children[childIndex] as FrameworkElement; 1055CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1168CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1188CalendarDayButton childButton = _monthView.Children[childIndex] as CalendarDayButton; 1245foreach (object child in _yearView.Children) 1292foreach (object child in _yearView.Children)
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (2)
168UIElementCollection children = this.Children; 209UIElementCollection children = this.Children;
System\Windows\Controls\Primitives\ToolBarPanel.cs (3)
137overflowPanel.Children.Remove(child); 369overflowPanel.Children.Clear(); 450overflowPanel.Children.Remove(child);
System\Windows\Controls\Stack.cs (1)
867UIElementCollection children = this.Children;
System\Windows\Controls\VirtualizingStackPanel.cs (1)
1177UIElementCollection children = itemsHost.Children;
System\Windows\Documents\FixedPage.cs (3)
899Debug.Assert(currentLevelIndex >= 0 && currentLevelIndex <= ((Canvas)element).Children.Count); 900element = ((Canvas)element).Children[currentLevelIndex]; 1025childIndex = parentC.Children.IndexOf((UIElement)e);
System\Windows\Documents\FixedTextBuilder.cs (1)
992children = canvas.Children;
System\Windows\Input\KeyboardNavigation.cs (1)
531_canvasChildren = canvas.Children;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (12)
4240bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Canvas)target).Children; }; 4446bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.DockPanel)target).Children; }; 4666bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Grid)target).Children; }; 5320bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Panel)target).Children; }; 5678bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.StackPanel)target).Children; }; 5815bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.TabPanel)target).Children; }; 5969bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.ToolBarOverflowPanel)target).Children; }; 5986bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.ToolBarPanel)target).Children; }; 6106bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.UniformGrid)target).Children; }; 6209bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.VirtualizingPanel)target).Children; }; 6226bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.VirtualizingStackPanel)target).Children; }; 6261bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.WrapPanel)target).Children; };
System\Windows\Markup\KnownTypes.cs (1)
2439return (o as System.Windows.Controls.Panel).Children;
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2447canvas.Children.Add(child);
System.Windows.Controls.Ribbon (24)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
582UIElementCollection children = this.Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
312foreach (UIElement child in this.Children)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarOverflowPanel.cs (3)
26for (int i = 0; i < Children.Count; i++) 28UIElement child = Children[i]; 43UIElementCollection children = Children;
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (15)
59QAT.OverflowPanel.Children.Clear(); 86QAT.OverflowPanel.Children.RemoveAt(indexInOverflowPanel); 198overflowPanel.Children.Count > 0 && 199object.ReferenceEquals(overflowPanel.Children[0], generatedChild)) 201overflowPanel.Children.RemoveAt(0); 229Debug.Assert(overflowPanel.Children.Count >= overflowIndex, "overflowIndex should never get above overflowPanel.Children.Count"); 232overflowPanel.Children.Count == overflowIndex || 233!object.ReferenceEquals(overflowPanel.Children[overflowIndex], generatedChild)) 235overflowPanel.Children.Insert(overflowIndex, generatedChild); 317Debug.Assert(QAT.OverflowPanel.Children.Count == numItemsExpectedInOverflowPanel); 327Debug.Assert(this.Children.Contains(currentChild) == true); 328Debug.Assert(QAT.OverflowPanel.Children.Contains(currentChild) == false); 337Debug.Assert(object.ReferenceEquals(QAT.OverflowPanel.Children[overflowPanelIndex], GeneratedChildren[k])); 341Debug.Assert(this.Children.Contains(currentChild) == false); 342Debug.Assert(QAT.OverflowPanel.Children.Contains(currentChild) == true);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (1)
603foreach (RibbonContextualTabGroup tabGroup in groupHeaderItemsControl.InternalItemsHost.Children)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (1)
58int count = Children.Count;
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (2)
301_mainPanel.Children.Clear(); 306_overflowPanel.Children.Clear();
WindowsFormsIntegration (2)
System\Windows\Integration\ElementHost.cs (2)
195HostContainerInternal.Children.Clear(); 198HostContainerInternal.Children.Add(_child);