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