10 references to VisualContentBounds
PresentationCore (3)
System\Windows\Media\ContainerVisual.cs (1)
161return base.VisualContentBounds;
System\Windows\Media\VisualTreeHelper.cs (1)
345return reference.VisualContentBounds;
System\Windows\Media3D\Viewport3DVisual.cs (1)
130return base.VisualContentBounds;
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (1)
120Rect rect = element.VisualContentBounds;
MS\Internal\Documents\DocumentGrid.cs (2)
1766data.Visual.VisualContentBounds == data.Rect) || 1808Rect boundingRect = (data.Rect != Rect.Empty) ? data.Rect : data.Visual.VisualContentBounds;
MS\Internal\LayoutDump.cs (1)
209Rect bounds = visual.VisualContentBounds;
System\Windows\Documents\FixedHyperlink.cs (1)
106targetElement.BringIntoView(targetElement.VisualContentBounds);
System\Windows\Documents\ImmComposition.cs (1)
718rectUi = UiScope.VisualContentBounds;
System\Windows\Documents\TextStore.cs (1)
1141rectUi = UiScope.VisualContentBounds;