Base:
property
RenderScope
MS.Internal.Documents.TextViewBase.RenderScope
2 references to RenderScope
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (2)
211
if (
RenderScope
is IScrollInfo)
213
IScrollInfo scrollInfo = (IScrollInfo)
RenderScope
;