1 write to _neverSupportedPatterns
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
57
controlType.
_neverSupportedPatterns
= neverSupportedPatterns;
1 reference to _neverSupportedPatterns
UIAutomationTypes (1)
System\Windows\Automation\ControlType.cs (1)
113
return (AutomationPattern[])
_neverSupportedPatterns
.Clone();