2 references to IsRequiredForFormProperty
PresentationCore (2)
Core\CSharp\System\Windows\Automation\AutomationProperties.cs (2)
378
element.SetValue(
IsRequiredForFormProperty
, value);
391
return ((bool)element.GetValue(
IsRequiredForFormProperty
));