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