5 implementations of GetRectangles
PresentationFramework (5)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
200
ReadOnlyCollection<Rect> IContentHost.
GetRectangles
(ContentElement child)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1229
ReadOnlyCollection<Rect> IContentHost.
GetRectangles
(ContentElement child)
src\Framework\MS\Internal\PtsHost\PageVisual.cs (1)
130
ReadOnlyCollection<Rect> IContentHost.
GetRectangles
(ContentElement child)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
474
public ReadOnlyCollection<Rect>
GetRectangles
(ContentElement child)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
92
ReadOnlyCollection<Rect> IContentHost.
GetRectangles
(ContentElement child)
8 references to GetRectangles
PresentationFramework (8)
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
198
/// <see cref="IContentHost.
GetRectangles
"/>
src\Framework\MS\Internal\PtsHost\PageVisual.cs (2)
128
/// <see cref="IContentHost.
GetRectangles
"/>
135
return host.
GetRectangles
(child);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
478
return _basePage.
GetRectangles
(child);
src\Framework\System\Windows\Controls\FlowDocumentScrollViewer.cs (1)
1166
rects = ich.
GetRectangles
((ContentElement)args.TargetObject);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2528
ReadOnlyCollection<Rect> rects = contentHost.
GetRectangles
(contentElement);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
751
_contentRects = contentHost.
GetRectangles
(_adornedContentElement);
2514
ReadOnlyCollection<Rect> rects = parentICH.
GetRectangles
(ce);