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