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