8 references to IsDropDownOpenProperty
PresentationFramework (7)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
197
owner.SetCurrentValueInternal(ComboBox.
IsDropDownOpenProperty
, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
211
owner.SetCurrentValueInternal(ComboBox.
IsDropDownOpenProperty
, MS.Internal.KnownBoxes.BooleanBoxes.FalseBox);
System\Windows\Controls\ComboBox.cs (5)
123
get { return (bool) GetValue(
IsDropDownOpenProperty
); }
124
set { SetValue(
IsDropDownOpenProperty
, BooleanBoxes.Box(value)); }
181
CoerceValue(
IsDropDownOpenProperty
);
1850
SetCurrentValueInternal(
IsDropDownOpenProperty
, BooleanBoxes.Box(openDropDown));
1880
SetCurrentValueInternal(
IsDropDownOpenProperty
, false);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
428
ComboBox.
IsDropDownOpenProperty
.AddOwner(typeof(RibbonMenuButton),