9 references to Root
PresentationFramework (9)
MS\Internal\PtsHost\EmbeddedObject.cs (1)
192
return _uiElementIsland.
Root
;
MS\Internal\PtsHost\Line.cs (4)
375
desiredSize = inlineObject.UIElementIsland.
Root
.DesiredSize;
433
if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.
Root
.DesiredSize.Width) < line.Width))
436
if (inlineObject.UIElementIsland.
Root
is FrameworkElement)
438
DependencyObject parent = ((FrameworkElement)inlineObject.UIElementIsland.
Root
).Parent;
MS\Internal\PtsHost\RunClient.cs (3)
60
double baselineOffsetValue = (double)UIElementIsland.
Root
.GetValue(TextBlock.BaselineOffsetProperty);
81
Size size = UIElementIsland.
Root
.DesiredSize;
83
double baselineOffsetValue = (double)UIElementIsland.
Root
.GetValue(TextBlock.BaselineOffsetProperty);
System\Windows\Documents\InlineUIContainer.cs (1)
169
if(_uiElementIsland == null || _uiElementIsland.
Root
!= childElement)