5 implementations of GetRectangles
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
196ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1196ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\PageVisual.cs (1)
121ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
458public ReadOnlyCollection<Rect> GetRectangles(ContentElement child)
System\Windows\Controls\TextBlock.cs (1)
76ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
10 references to GetRectangles
PresentationFramework (9)
MS\Internal\Documents\UIElementIsland.cs (1)
194/// <see cref="IContentHost.GetRectangles"/>
MS\Internal\PtsHost\PageVisual.cs (2)
119/// <see cref="IContentHost.GetRectangles"/> 126return host.GetRectangles(child);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
462return _basePage.GetRectangles(child);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1155rects = ich.GetRectangles((ContentElement)args.TargetObject);
System\Windows\Controls\PopupControlService.cs (1)
870IReadOnlyCollection<Rect> ownerRects = ichParent.GetRectangles(ownerCE);
System\Windows\Controls\ScrollViewer.cs (1)
2480ReadOnlyCollection<Rect> rects = contentHost.GetRectangles(contentElement);
System\Windows\Input\KeyboardNavigation.cs (2)
693_contentRects = contentHost.GetRectangles(_adornedContentElement); 2417ReadOnlyCollection<Rect> rects = parentICH.GetRectangles(ce);
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
935System.Collections.ObjectModel.ReadOnlyCollection<Rect> rectangles = contentHost.GetRectangles(fce);