3 references to StaysOpenOnEditProperty
PresentationFramework (2)
System\Windows\Controls\ComboBox.cs (2)
455
return (bool)GetValue(
StaysOpenOnEditProperty
);
459
SetValue(
StaysOpenOnEditProperty
, BooleanBoxes.Box(value));
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
317
= ComboBox.
StaysOpenOnEditProperty
.AddOwner(typeof(RibbonComboBox),