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