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