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