17 references to IsEditable
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (2)
59
if (owner != null && owner.
IsEditable
&& owner.EditableTextBoxSite != null)
83
if (owner.
IsEditable
)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (15)
168
if (
IsEditable
&& EditableTextBoxSite != null)
449
if (
IsEditable
)
621
if (!
IsEditable
)
876
if (
IsEditable
&& EditableTextBoxSite != null)
929
(IsDropDownOpen ||
IsEditable
))
932
if (
IsEditable
&& !IsDropDownOpen)
948
if (
IsEditable
)
978
if (
IsEditable
|| IsDropDownOpen)
1084
if (!IsDropDownOpen &&
IsEditable
)
1115
if (!
IsEditable
)
1127
if (!
IsEditable
)
1250
if (
IsEditable
)
1443
if (
IsEditable
&& EditableTextBoxSite != null)
1447
else if (!
IsEditable
&& PartToggleButton != null)
1562
if (this.
IsEditable
)