1 write to _dropDownButton
PresentationFramework (1)
System\Windows\Controls\DatePicker.cs (1)
693
_dropDownButton
= GetTemplateChild(ElementButton) as Button;
11 references to _dropDownButton
PresentationFramework (11)
System\Windows\Controls\DatePicker.cs (11)
663
if (
_dropDownButton
!= null)
665
_dropDownButton
.Click -= DropDownButton_Click;
666
_dropDownButton
.RemoveHandler(MouseLeaveEvent, new MouseEventHandler(DropDownButton_MouseLeave));
694
if (
_dropDownButton
!= null)
696
_dropDownButton
.Click += DropDownButton_Click;
697
_dropDownButton
.AddHandler(MouseLeaveEvent, new MouseEventHandler(DropDownButton_MouseLeave), true);
701
if (
_dropDownButton
.Content == null)
703
_dropDownButton
.Content = SR.DatePicker_DropDownButtonName;
892
if (this.
_dropDownButton
!= null)
894
if (this.
_dropDownButton
.InputHitTest(e.GetPosition(this.
_dropDownButton
)) != null)