5 writes to Child
PresentationFramework (5)
System\Windows\Controls\DatePicker.cs (2)
665_popUp.Child = null; 690_popUp.Child = this._calendar;
System\Windows\Controls\Primitives\Popup.cs (3)
924popup.Child = child; 1297this.Child = element; 1311Child = lbl;
16 references to Child
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
172if (Child != null) 174System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(Child, TextOptions.TextRenderingModeProperty); 177Child.VisualTextRenderingMode = TextOptions.GetTextRenderingMode(this); 1379object content = Child; 1405return Object.ReferenceEquals(Content, _popup.Child); 1529UIElement child = Child; 2375UIElement child = Child; 2677if (((this.Child is MenuBase) 2678|| (this.Child is ToolTip)
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
2249_itemsPresenterPopup.Child != null && 2250!TreeHelper.IsVisualAncestorOf(_itemsPresenterPopup.Child, focusedElement))
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1324if (Popup != null && Popup.Child != null) 1326Popup.Child.Measure(new Size());
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
223FrameworkElement popupChild = popup.Child as FrameworkElement;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1330return (popup == null ? null : popup.Child);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1348if ((popupChild = _popup.Child as FrameworkElement) != null)