15 references to UIElementIsland
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\Line.cs (11)
314inlineObjects.Add(new InlineObject(dcpRun, ((InlineObjectRun)run).UIElementIsland, (TextParagraph)_paraClient.Paragraph)); 374desiredSize = inlineObject.UIElementIsland.DoLayout(new Size(_trackWidth, pageHeight), true, true); 378desiredSize = inlineObject.UIElementIsland.Root.DesiredSize; 428Visual currentParent = VisualTreeHelper.GetParent(inlineObject.UIElementIsland) as Visual; 433parent.Children.Remove(inlineObject.UIElementIsland); 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; 443PtsHelper.UpdateMirroringTransform(paragraphFlowDirection, parentFlowDirection, inlineObject.UIElementIsland, rect.Width); 446visualChildren.Add(inlineObject.UIElementIsland); 447inlineObject.UIElementIsland.Offset = new Vector(rect.Left, rect.Top);
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
250return inlineObject.UIElementIsland.DoLayout(new Size(TextDpi.FromTextDpi(_durTrack), pageHeight), true, true);
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);