17 references to IsEditable
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (2)
60
if (owner != null && owner.
IsEditable
&& owner.EditableTextBoxSite != null)
84
if (owner.
IsEditable
)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (15)
170
if (
IsEditable
&& EditableTextBoxSite != null)
454
if (
IsEditable
)
626
if (!
IsEditable
)
881
if (
IsEditable
&& EditableTextBoxSite != null)
937
(IsDropDownOpen ||
IsEditable
))
940
if (
IsEditable
&& !IsDropDownOpen)
956
if (
IsEditable
)
986
if (
IsEditable
|| IsDropDownOpen)
1092
if (!IsDropDownOpen &&
IsEditable
)
1123
if (!
IsEditable
)
1135
if (!
IsEditable
)
1258
if (
IsEditable
)
1451
if (
IsEditable
&& EditableTextBoxSite != null)
1455
else if (!
IsEditable
&& PartToggleButton != null)
1570
if (this.
IsEditable
)