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)
452
if (
IsEditable
)
624
if (!
IsEditable
)
879
if (
IsEditable
&& EditableTextBoxSite != null)
932
(IsDropDownOpen ||
IsEditable
))
935
if (
IsEditable
&& !IsDropDownOpen)
951
if (
IsEditable
)
981
if (
IsEditable
|| IsDropDownOpen)
1087
if (!IsDropDownOpen &&
IsEditable
)
1118
if (!
IsEditable
)
1130
if (!
IsEditable
)
1253
if (
IsEditable
)
1446
if (
IsEditable
&& EditableTextBoxSite != null)
1450
else if (!
IsEditable
&& PartToggleButton != null)
1565
if (this.
IsEditable
)