9 references to Root
PresentationFramework (9)
MS\Internal\PtsHost\EmbeddedObject.cs (1)
191return _uiElementIsland.Root;
MS\Internal\PtsHost\Line.cs (4)
358desiredSize = inlineObject.UIElementIsland.Root.DesiredSize; 415if (!line.HasCollapsed || ((rect.Left + inlineObject.UIElementIsland.Root.DesiredSize.Width) < line.Width)) 418if (inlineObject.UIElementIsland.Root is FrameworkElement) 420DependencyObject parent = ((FrameworkElement)inlineObject.UIElementIsland.Root).Parent;
MS\Internal\PtsHost\RunClient.cs (3)
57double baselineOffsetValue = (double)UIElementIsland.Root.GetValue(TextBlock.BaselineOffsetProperty); 78Size size = UIElementIsland.Root.DesiredSize; 80double baselineOffsetValue = (double)UIElementIsland.Root.GetValue(TextBlock.BaselineOffsetProperty);
System\Windows\Documents\InlineUIContainer.cs (1)
158if(_uiElementIsland == null || _uiElementIsland.Root != childElement)