9 references to Root
PresentationFramework (9)
MS\Internal\PtsHost\EmbeddedObject.cs (1)
190return _uiElementIsland.Root;
MS\Internal\PtsHost\Line.cs (4)
357desiredSize = inlineObject.UIElementIsland.Root.DesiredSize; 414if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.Root.DesiredSize.Width) < line.Width)) 417if (inlineObject.UIElementIsland.Root is FrameworkElement) 419DependencyObject parent = ((FrameworkElement)inlineObject.UIElementIsland.Root).Parent;
MS\Internal\PtsHost\RunClient.cs (3)
56double baselineOffsetValue = (double)UIElementIsland.Root.GetValue(TextBlock.BaselineOffsetProperty); 77Size size = UIElementIsland.Root.DesiredSize; 79double baselineOffsetValue = (double)UIElementIsland.Root.GetValue(TextBlock.BaselineOffsetProperty);
System\Windows\Documents\InlineUIContainer.cs (1)
157if(_uiElementIsland == null || _uiElementIsland.Root != childElement)