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