2 instantiations of TableItemPatternInformation
UIAutomationClient (2)
System\Windows\Automation\TableItemPattern.cs (2)
98
return new
TableItemPatternInformation
(_el, true);
123
return new
TableItemPatternInformation
(_el, false);
2 references to TableItemPatternInformation
UIAutomationClient (2)
System\Windows\Automation\TableItemPattern.cs (2)
93
new public
TableItemPatternInformation
Cached
118
new public
TableItemPatternInformation
Current