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