15 references to UIElementIsland
PresentationFramework (15)
src\Framework\MS\Internal\PtsHost\Line.cs (11)
314
inlineObjects.Add(new InlineObject(dcpRun, ((InlineObjectRun)run).
UIElementIsland
, (TextParagraph)_paraClient.Paragraph));
374
desiredSize = inlineObject.
UIElementIsland
.DoLayout(new Size(_trackWidth, pageHeight), true, true);
378
desiredSize = inlineObject.
UIElementIsland
.Root.DesiredSize;
428
Visual currentParent = VisualTreeHelper.GetParent(inlineObject.
UIElementIsland
) as Visual;
433
parent.Children.Remove(inlineObject.
UIElementIsland
);
436
if (!line.HasCollapsed || ((rect.Left + inlineObject.
UIElementIsland
.Root.DesiredSize.Width) < line.Width))
439
if (inlineObject.
UIElementIsland
.Root is FrameworkElement)
441
DependencyObject parent = ((FrameworkElement)inlineObject.
UIElementIsland
.Root).Parent;
443
PtsHelper.UpdateMirroringTransform(paragraphFlowDirection, parentFlowDirection, inlineObject.
UIElementIsland
, rect.Width);
446
visualChildren.Add(inlineObject.
UIElementIsland
);
447
inlineObject.
UIElementIsland
.Offset = new Vector(rect.Left, rect.Top);
src\Framework\MS\Internal\PtsHost\OptimalTextSource.cs (1)
250
return inlineObject.
UIElementIsland
.DoLayout(new Size(TextDpi.FromTextDpi(_durTrack), pageHeight), true, true);
src\Framework\MS\Internal\PtsHost\RunClient.cs (3)
63
double baselineOffsetValue = (double)
UIElementIsland
.Root.GetValue(TextBlock.BaselineOffsetProperty);
84
Size size =
UIElementIsland
.Root.DesiredSize;
86
double baselineOffsetValue = (double)
UIElementIsland
.Root.GetValue(TextBlock.BaselineOffsetProperty);