9 references to IsDropDownOpenProperty
PresentationFramework (9)
src\Framework\System\Windows\Controls\DatePicker.cs (9)
304get { return (bool)GetValue(IsDropDownOpenProperty); } 305set { SetValue(IsDropDownOpenProperty, value); } 368dp.CoerceValue(IsDropDownOpenProperty); 906this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.TrueBox); 922this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 935this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 948this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 1049this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 1060this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.TrueBox);