5 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
467
new AutomationPatternInfo( TextPattern.
Pattern
, null, new WrapObjectClientSide(TextPattern.Wrap) ),
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\EventManager.cs (1)
481
ITextProvider textProvider = el.GetPatternProvider(TextPattern.
Pattern
) as ITextProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1337
new CtrlTypePatterns(ControlType.Document, TextPattern.
Pattern
),
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
190
else if (iid == TextPattern.
Pattern
&& _type != EditboxType.Password)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
130
if (iid == TextPattern.
Pattern
&& _type != WindowsEditBox.EditboxType.Password && IsDocument())