3 references to IsRequiredForFormProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
294
new AutomationPropertyInfo( convertToBool, AutomationElement.
IsRequiredForFormProperty
, typeof(bool), false ),
400
AutomationElement.
IsRequiredForFormProperty
,
System\Windows\Automation\AutomationElement.cs (1)
1455
public bool IsRequiredForForm { get { return (bool) _el.GetPatternPropertyValue(
IsRequiredForFormProperty
, _useCache); } }