1 instantiation of UiaTextRange
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
119
*pRetVal = ComHelpers.GetComPointer<ITextRangeProvider>(new
UiaTextRange
(_enclosingElement, _provider, Start, End));
4 references to UiaTextRange
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
118
Debug.Assert(!typeof(
UiaTextRange
).IsAssignableTo(typeof(IDisposable)));
138
*pRetVal = ComHelpers.TryGetObjectForIUnknown((IUnknown*)range, out
UiaTextRange
? editRange) && editRange.Start == Start && editRange.End == End;
154
if (!ComHelpers.TryGetObjectForIUnknown((IUnknown*)targetRange, out
UiaTextRange
? editRange))
558
if (!ComHelpers.TryGetObjectForIUnknown((IUnknown*)targetRange, out
UiaTextRange
? textRange))