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