1 write to _enclosingElement
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextRange.cs (1)
40
_enclosingElement
= enclosingElement.OrThrowIfNull();
4 references to _enclosingElement
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Automation\UiaTextRange.cs (4)
121
*pRetVal = ComHelpers.GetComPointer<ITextRangeProvider>(new UiaTextRange(
_enclosingElement
, _provider, Start, End));
311
? ComHelpers.GetComPointer<ITextRangeProvider>(new UiaTextRange(
_enclosingElement
, _provider, Start + index, Start + index + text.Length))
335
_enclosingElement
.GetPropertyValue(UIA_PROPERTY_ID.UIA_BoundingRectanglePropertyId, &result).ThrowOnFailure();
420
*pRetVal = ComHelpers.GetComPointer<IRawElementProviderSimple>(
_enclosingElement
);