5 implementations of GetRectangles
PresentationFramework (5)
MS\Internal\Documents\UIElementIsland.cs (1)
195ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1186ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
MS\Internal\PtsHost\PageVisual.cs (1)
119ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
461public ReadOnlyCollection<Rect> GetRectangles(ContentElement child)
System\Windows\Controls\TextBlock.cs (1)
73ReadOnlyCollection<Rect> IContentHost.GetRectangles(ContentElement child)
10 references to GetRectangles
PresentationFramework (9)
MS\Internal\Documents\UIElementIsland.cs (1)
193/// <see cref="IContentHost.GetRectangles"/>
MS\Internal\PtsHost\PageVisual.cs (2)
117/// <see cref="IContentHost.GetRectangles"/> 124return host.GetRectangles(child);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
465return _basePage.GetRectangles(child);
System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1146rects = ich.GetRectangles((ContentElement)args.TargetObject);
System\Windows\Controls\PopupControlService.cs (1)
876IReadOnlyCollection<Rect> ownerRects = ichParent.GetRectangles(ownerCE);
System\Windows\Controls\ScrollViewer.cs (1)
2477ReadOnlyCollection<Rect> rects = contentHost.GetRectangles(contentElement);
System\Windows\Input\KeyboardNavigation.cs (2)
696_contentRects = contentHost.GetRectangles(_adornedContentElement); 2415ReadOnlyCollection<Rect> rects = parentICH.GetRectangles(ce);
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
932System.Collections.ObjectModel.ReadOnlyCollection<Rect> rectangles = contentHost.GetRectangles(fce);