5 implementations of GetRectangles
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
198ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1204ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\PageVisual.cs (1)
126ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
463public ReadOnlyCollection<Rect> GetRectangles(ContentElement child)
System\Windows\Controls\TextBlock.cs (1)
86ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
10 references to GetRectangles
PresentationFramework (9)
MS\Internal\Documents\UIElementIsland.cs (1)
196/// <see cref="IContentHost.GetRectangles"/>
MS\Internal\PtsHost\PageVisual.cs (2)
124/// <see cref="IContentHost.GetRectangles"/> 131return host.GetRectangles(child);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
467return _basePage.GetRectangles(child);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1158rects = ich.GetRectangles((ContentElement)args.TargetObject);
System\Windows\Controls\PopupControlService.cs (1)
880IReadOnlyCollection<Rect> ownerRects = ichParent.GetRectangles(ownerCE);
System\Windows\Controls\ScrollViewer.cs (1)
2488ReadOnlyCollection<Rect> rects = contentHost.GetRectangles(contentElement);
System\Windows\Input\KeyboardNavigation.cs (2)
703_contentRects = contentHost.GetRectangles(_adornedContentElement); 2427ReadOnlyCollection<Rect> rects = parentICH.GetRectangles(ce);
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
945System.Collections.ObjectModel.ReadOnlyCollection<Rect> rectangles = contentHost.GetRectangles(fce);