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