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