8 references to IsDropDownOpenProperty
PresentationFramework (7)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (2)
196
owner.SetCurrentValueInternal(ComboBox.
IsDropDownOpenProperty
, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
210
owner.SetCurrentValueInternal(ComboBox.
IsDropDownOpenProperty
, MS.Internal.KnownBoxes.BooleanBoxes.FalseBox);
System\Windows\Controls\ComboBox.cs (5)
122
get { return (bool) GetValue(
IsDropDownOpenProperty
); }
123
set { SetValue(
IsDropDownOpenProperty
, BooleanBoxes.Box(value)); }
180
CoerceValue(
IsDropDownOpenProperty
);
1847
SetCurrentValueInternal(
IsDropDownOpenProperty
, BooleanBoxes.Box(openDropDown));
1877
SetCurrentValueInternal(
IsDropDownOpenProperty
, false);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
427
ComboBox.
IsDropDownOpenProperty
.AddOwner(typeof(RibbonMenuButton),