9 references to IsDropDownOpenProperty
PresentationFramework (9)
System\Windows\Controls\DatePicker.cs (9)
299get { return (bool)GetValue(IsDropDownOpenProperty); } 300set { SetValue(IsDropDownOpenProperty, value); } 363dp.CoerceValue(IsDropDownOpenProperty); 909this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.TrueBox); 925this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 938this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 951this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 1052this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 1063this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.TrueBox);