1 write to _dropDownButton
PresentationFramework (1)
System\Windows\Controls\DatePicker.cs (1)
694_dropDownButton = GetTemplateChild(ElementButton) as Button;
11 references to _dropDownButton
PresentationFramework (11)
System\Windows\Controls\DatePicker.cs (11)
664if (_dropDownButton != null) 666_dropDownButton.Click -= DropDownButton_Click; 667_dropDownButton.RemoveHandler(MouseLeaveEvent, new MouseEventHandler(DropDownButton_MouseLeave)); 695if (_dropDownButton != null) 697_dropDownButton.Click += DropDownButton_Click; 698_dropDownButton.AddHandler(MouseLeaveEvent, new MouseEventHandler(DropDownButton_MouseLeave), true); 702if (_dropDownButton.Content == null) 704_dropDownButton.Content = SR.DatePicker_DropDownButtonName; 896if (this._dropDownButton != null) 898if (this._dropDownButton.InputHitTest(e.GetPosition(this._dropDownButton)) != null)