3 references to TitleBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1742
case AutomationControlType.TitleBar: controlType = ControlType.
TitleBar
; break;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1277
new RoleCtrlType(AccessibleRole.TitleBar, ControlType.
TitleBar
),
MS\Internal\AutomationProxies\WindowsTitleBar.cs (1)
34
_cControlType = ControlType.
TitleBar
;