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