9 references to Root
PresentationFramework (9)
MS\Internal\PtsHost\EmbeddedObject.cs (1)
191
return _uiElementIsland.
Root
;
MS\Internal\PtsHost\Line.cs (4)
358
desiredSize = inlineObject.UIElementIsland.
Root
.DesiredSize;
415
if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.
Root
.DesiredSize.Width) < line.Width))
418
if (inlineObject.UIElementIsland.
Root
is FrameworkElement)
420
DependencyObject parent = ((FrameworkElement)inlineObject.UIElementIsland.
Root
).Parent;
MS\Internal\PtsHost\RunClient.cs (3)
57
double baselineOffsetValue = (double)UIElementIsland.
Root
.GetValue(TextBlock.BaselineOffsetProperty);
78
Size size = UIElementIsland.
Root
.DesiredSize;
80
double baselineOffsetValue = (double)UIElementIsland.
Root
.GetValue(TextBlock.BaselineOffsetProperty);
System\Windows\Documents\InlineUIContainer.cs (1)
158
if(_uiElementIsland == null || _uiElementIsland.
Root
!= childElement)