Method |
Description |
|
GetAndCondition ( List propertyCollection ) : UIANET::System.Windows.Automation.AndCondition |
|
|
GetControlTypeCondition ( IEnumerable controlTypeNames ) : UIANET::System.Windows.Automation.Condition |
|
|
GetExactSearchCondition ( ControlSearcherData data ) : UIANET::System.Windows.Automation.Condition |
|
|
GetOrCondition ( List propertyCollection ) : UIANET::System.Windows.Automation.OrCondition |
|
|
GetTextSearchCondition ( string searchString, string controlTypeNames, bool caseSensitive1 ) : UIANET::System.Windows.Automation.Condition |
|
|
GetWildcardSearchCondition ( ControlSearcherData data ) : UIANET::System.Windows.Automation.Condition |
|
|
SearchByContainsTextViaUia ( IUiElement inputObject, UIANET::System.Windows.Automation conditionsForTextSearch ) : List |
|
|
SearchByContainsTextViaWin32 ( IUiElement inputObject, ControlFromWin32Provider controlProvider ) : IEnumerable |
|
|
SearchByExactConditionsViaUia ( IUiElement inputObject, Hashtable searchCriteria, UIANET::System.Windows.Automation conditions ) : List |
|
|
SearchByWildcardOrRegexViaUia ( IUiElement inputObject, ControlSearcherData data, UIANET::System.Windows.Automation conditionsForWildCards, bool viaWildcardOrRegex ) : List |
|
|
SearchByWildcardViaWin32 ( IUiElement inputObject, ControlSearcherData data, HandleCollector handleCollector ) : IEnumerable |
|
|
TestControlWithAllSearchCriteria ( IEnumerable hashtables, IUiElement element ) : bool |
|
|