4 writes to Child
PresentationFramework (4)
System\Windows\Documents\BlockUIContainer.cs (1)
52
this.
Child
= uiElement;
System\Windows\Documents\TextElement.cs (1)
838
blockContainer.
Child
= uie;
System\Windows\Documents\TextRangeSerialization.cs (1)
1233
((BlockUIContainer)uiContainer).
Child
= null;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4100
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Documents.BlockUIContainer)target).
Child
= (System.Windows.UIElement)value; };
12 references to Child
PresentationFramework (12)
MS\Internal\PtsHost\PtsHost.cs (2)
2523
if (((BlockUIContainer)paraClient.Paragraph.Element).
Child
!= null)
2526
UIElement uiElement = ((BlockUIContainer)paraClient.Paragraph.Element).
Child
;
MS\Internal\PtsHost\UIElementParagraph.cs (3)
208
if (((BlockUIContainer)Element).
Child
!= null)
295
if (((BlockUIContainer)Element).
Child
!= null)
450
_uiElementIsland = new UIElementIsland(((BlockUIContainer)Element).
Child
);
System\Windows\Documents\BlockUIContainer.cs (1)
84
UIElement child =
Child
;
System\Windows\Documents\TextElement.cs (2)
833
if (blockContainer.
Child
!= null)
835
throw new ArgumentException(SR.Format(SR.TextSchema_ThisBlockUIContainerHasAChildUIElementAlready, this.GetType().Name, ((BlockUIContainer)this).
Child
.GetType().Name, value.GetType().Name));
System\Windows\Documents\TextRangeEdit.cs (1)
878
UIElement embeddedElement = ((BlockUIContainer)block).
Child
;
System\Windows\Documents\TextRangeSerialization.cs (2)
550
(blockUIContainer == null || !(blockUIContainer.
Child
is Image)))
1230
embeddedElement = ((BlockUIContainer)uiContainer).
Child
as FrameworkElement;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4101
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.BlockUIContainer)target).
Child
; };