4 references to ProgressBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1717
case AutomationControlType.ProgressBar: controlType = ControlType.
ProgressBar
; break;
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (2)
1264
new RoleCtrlType(AccessibleRole.ProgressBar, ControlType.
ProgressBar
),
1309
new CtrlTypePatterns(ControlType.
ProgressBar
, ValuePattern.Pattern),
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
27
_cControlType = ControlType.
ProgressBar
;