1 instantiation of DatePickerAutomationPeer
PresentationFramework (1)
src\Framework\System\Windows\Controls\DatePicker.cs (1)
769return new DatePickerAutomationPeer(this);
2 references to DatePickerAutomationPeer
PresentationFramework (2)
src\Framework\System\Windows\Controls\DatePicker.cs (2)
472DatePickerAutomationPeer peer = UIElementAutomationPeer.FromElement(dp) as DatePickerAutomationPeer;