1 instantiation of ProgressBarAutomationPeer
PresentationFramework (1)
System\Windows\Controls\ProgressBar.cs (1)
294
return new
ProgressBarAutomationPeer
(this);
2 references to ProgressBarAutomationPeer
PresentationFramework (2)
System\Windows\Controls\ProgressBar.cs (2)
103
ProgressBarAutomationPeer
peer = UIElementAutomationPeer.FromElement(progressBar) as
ProgressBarAutomationPeer
;