9 references to IsDropDownOpenProperty
PresentationFramework (9)
System\Windows\Controls\DatePicker.cs (9)
300get { return (bool)GetValue(IsDropDownOpenProperty); } 301set { SetValue(IsDropDownOpenProperty, value); } 364dp.CoerceValue(IsDropDownOpenProperty); 913this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.TrueBox); 929this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 942this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 955this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 1056this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.FalseBox); 1067this.SetCurrentValueInternal(IsDropDownOpenProperty, BooleanBoxes.TrueBox);