5 writes to Child
PresentationFramework (5)
System\Windows\Controls\DatePicker.cs (2)
661
_popUp.
Child
= null;
686
_popUp.
Child
= this._calendar;
System\Windows\Controls\Primitives\Popup.cs (3)
915
popup.
Child
= child;
1304
this.
Child
= element;
1320
Child
= lbl;
16 references to Child
PresentationFramework (9)
System\Windows\Controls\Primitives\Popup.cs (9)
161
if (
Child
!= null)
163
System.Windows.ValueSource vs = DependencyPropertyHelper.GetValueSource(
Child
, TextOptions.TextRenderingModeProperty);
166
Child
.VisualTextRenderingMode = TextOptions.GetTextRenderingMode(this);
1388
object content =
Child
;
1414
return Object.ReferenceEquals(Content, _popup.
Child
);
1538
UIElement child =
Child
;
2384
UIElement child =
Child
;
2687
if (((this.
Child
is MenuBase)
2688
|| (this.
Child
is ToolTip)
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (2)
2248
_itemsPresenterPopup.
Child
!= null &&
2249
!TreeHelper.IsVisualAncestorOf(_itemsPresenterPopup.
Child
, focusedElement))
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
1326
if (Popup != null && Popup.
Child
!= null)
1328
Popup.
Child
.Measure(new Size());
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
218
FrameworkElement popupChild = popup.
Child
as FrameworkElement;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1329
return (popup == null ? null : popup.
Child
);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1345
if ((popupChild = _popup.
Child
as FrameworkElement) != null)