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