4 writes to Child
PresentationFramework (4)
src\Framework\System\Windows\Documents\BlockUIContainer.cs (1)
56
this.
Child
= uiElement;
src\Framework\System\Windows\Documents\TextElement.cs (1)
880
blockContainer.
Child
= uie;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (1)
1263
((BlockUIContainer)uiContainer).
Child
= null;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4077
bamlMember.SetDelegate = delegate(object target, object value) { ((System.Windows.Documents.BlockUIContainer)target).
Child
= (System.Windows.UIElement)value; };
12 references to Child
PresentationFramework (12)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (2)
2654
if (((BlockUIContainer)paraClient.Paragraph.Element).
Child
!= null)
2657
UIElement uiElement = ((BlockUIContainer)paraClient.Paragraph.Element).
Child
;
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (3)
210
if (((BlockUIContainer)Element).
Child
!= null)
297
if (((BlockUIContainer)Element).
Child
!= null)
452
_uiElementIsland = new UIElementIsland(((BlockUIContainer)Element).
Child
);
src\Framework\System\Windows\Documents\BlockUIContainer.cs (1)
88
UIElement child =
Child
;
src\Framework\System\Windows\Documents\TextElement.cs (2)
875
if (blockContainer.
Child
!= null)
877
throw new ArgumentException(SR.Get(SRID.TextSchema_ThisBlockUIContainerHasAChildUIElementAlready, this.GetType().Name, ((BlockUIContainer)this).
Child
.GetType().Name, value.GetType().Name));
src\Framework\System\Windows\Documents\TextRangeEdit.cs (1)
882
UIElement embeddedElement = ((BlockUIContainer)block).
Child
;
src\Framework\System\Windows\Documents\TextRangeSerialization.cs (2)
562
(blockUIContainer == null || !(blockUIContainer.
Child
is Image)))
1260
embeddedElement = ((BlockUIContainer)uiContainer).
Child
as FrameworkElement;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
4078
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Documents.BlockUIContainer)target).
Child
; };