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