5 implementations of GetRectangles
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
196ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1187ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\PageVisual.cs (1)
120ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
462public ReadOnlyCollection<Rect> GetRectangles(ContentElement child)
System\Windows\Controls\TextBlock.cs (1)
74ReadOnlyCollection<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)
118/// <see cref="IContentHost.GetRectangles"/> 125return host.GetRectangles(child);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
466return _basePage.GetRectangles(child);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1147rects = ich.GetRectangles((ContentElement)args.TargetObject);
System\Windows\Controls\PopupControlService.cs (1)
877IReadOnlyCollection<Rect> ownerRects = ichParent.GetRectangles(ownerCE);
System\Windows\Controls\ScrollViewer.cs (1)
2478ReadOnlyCollection<Rect> rects = contentHost.GetRectangles(contentElement);
System\Windows\Input\KeyboardNavigation.cs (2)
697_contentRects = contentHost.GetRectangles(_adornedContentElement); 2417ReadOnlyCollection<Rect> rects = parentICH.GetRectangles(ce);
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
934System.Collections.ObjectModel.ReadOnlyCollection<Rect> rectangles = contentHost.GetRectangles(fce);