9 references to Root
PresentationFramework (9)
src\Framework\MS\Internal\PtsHost\EmbeddedObject.cs (1)
195
return _uiElementIsland.
Root
;
src\Framework\MS\Internal\PtsHost\Line.cs (4)
378
desiredSize = inlineObject.UIElementIsland.
Root
.DesiredSize;
436
if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.
Root
.DesiredSize.Width) < line.Width))
439
if (inlineObject.UIElementIsland.
Root
is FrameworkElement)
441
DependencyObject parent = ((FrameworkElement)inlineObject.UIElementIsland.
Root
).Parent;
src\Framework\MS\Internal\PtsHost\RunClient.cs (3)
63
double baselineOffsetValue = (double)UIElementIsland.
Root
.GetValue(TextBlock.BaselineOffsetProperty);
84
Size size = UIElementIsland.
Root
.DesiredSize;
86
double baselineOffsetValue = (double)UIElementIsland.
Root
.GetValue(TextBlock.BaselineOffsetProperty);
src\Framework\System\Windows\Documents\InlineUIContainer.cs (1)
169
if(_uiElementIsland == null || _uiElementIsland.
Root
!= childElement)