15 references to UIElementIsland
PresentationFramework (15)
MS\Internal\PtsHost\Line.cs (11)
297
inlineObjects.Add(new InlineObject(dcpRun, ((InlineObjectRun)run).
UIElementIsland
, (TextParagraph)_paraClient.Paragraph));
357
desiredSize = inlineObject.
UIElementIsland
.DoLayout(new Size(_trackWidth, pageHeight), true, true);
361
desiredSize = inlineObject.
UIElementIsland
.Root.DesiredSize;
410
Visual currentParent = VisualTreeHelper.GetParent(inlineObject.
UIElementIsland
) as Visual;
415
parent.Children.Remove(inlineObject.
UIElementIsland
);
418
if (!line.HasCollapsed || ((rect.Left + inlineObject.
UIElementIsland
.Root.DesiredSize.Width) < line.Width))
421
if (inlineObject.
UIElementIsland
.Root is FrameworkElement)
423
DependencyObject parent = ((FrameworkElement)inlineObject.
UIElementIsland
.Root).Parent;
425
PtsHelper.UpdateMirroringTransform(paragraphFlowDirection, parentFlowDirection, inlineObject.
UIElementIsland
, rect.Width);
428
visualChildren.Add(inlineObject.
UIElementIsland
);
429
inlineObject.
UIElementIsland
.Offset = new Vector(rect.Left, rect.Top);
MS\Internal\PtsHost\OptimalTextSource.cs (1)
231
return inlineObject.
UIElementIsland
.DoLayout(new Size(TextDpi.FromTextDpi(_durTrack), pageHeight), true, true);
MS\Internal\PtsHost\RunClient.cs (3)
57
double baselineOffsetValue = (double)
UIElementIsland
.Root.GetValue(TextBlock.BaselineOffsetProperty);
78
Size size =
UIElementIsland
.Root.DesiredSize;
80
double baselineOffsetValue = (double)
UIElementIsland
.Root.GetValue(TextBlock.BaselineOffsetProperty);