7 references to IsDropDownOpenProperty
PresentationFramework (7)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
204
owner.SetCurrentValueInternal(ComboBox.
IsDropDownOpenProperty
, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
218
owner.SetCurrentValueInternal(ComboBox.
IsDropDownOpenProperty
, MS.Internal.KnownBoxes.BooleanBoxes.FalseBox);
src\Framework\System\Windows\Controls\ComboBox.cs (5)
134
get { return (bool) GetValue(
IsDropDownOpenProperty
); }
135
set { SetValue(
IsDropDownOpenProperty
, BooleanBoxes.Box(value)); }
192
CoerceValue(
IsDropDownOpenProperty
);
1863
SetCurrentValueInternal(
IsDropDownOpenProperty
, BooleanBoxes.Box(openDropDown));
1893
SetCurrentValueInternal(
IsDropDownOpenProperty
, false);