2 references to ElementPreviousButton
PresentationFramework (2)
System\Windows\Controls\Primitives\CalendarItem.cs (2)
19
[TemplatePart(Name = CalendarItem.
ElementPreviousButton
, Type = typeof(Button))]
173
_previousButton = GetTemplateChild(
ElementPreviousButton
) as Button;