3 references to Separator
UIAutomationTypes (3)
MS\Internal\Automation\AutomationIdentifierConstants.cs (2)
111
LastSupportedControlType = ControlTypes.
Separator
;
119
LastSupportedControlType = ControlTypes.
Separator
;
System\Windows\Automation\ControlType.cs (1)
276
public static readonly ControlType Separator = ControlType.Register(AutomationIdentifierConstants.ControlTypes.
Separator
, "ControlType.Separator", nameof(SR.LocalizedControlTypeSeparator));