2 implementations of DocumentRange
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1334
ITextRangeProvider* ITextProvider.Interface.
DocumentRange
=> DocumentRangeInternal;
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
27
public abstract ITextRangeProvider*
DocumentRange
{ get; }
1 reference to DocumentRange
System.Windows.Forms.Primitives (1)
Windows.Win32.ITextProvider.g.cs (1)
215
*pRetVal = __object.
DocumentRange
;