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