GetPropertyValue() private method

private GetPropertyValue ( AutomationProperty property, bool cached ) : object
property AutomationProperty
cached bool
return object
Example #1
0
 public static bool IsWPF(this AutomationElement el)
 {
     return(el.GetPropertyValue(AutomationElement.FrameworkIdProperty) as string == "WPF");
 }