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