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