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
)
618
if (!
IsEditable
)
870
if (
IsEditable
&& EditableTextBoxSite != null)
923
(IsDropDownOpen ||
IsEditable
))
926
if (
IsEditable
&& !IsDropDownOpen)
942
if (
IsEditable
)
972
if (
IsEditable
|| IsDropDownOpen)
1078
if (!IsDropDownOpen &&
IsEditable
)
1109
if (!
IsEditable
)
1121
if (!
IsEditable
)
1244
if (
IsEditable
)
1437
if (
IsEditable
&& EditableTextBoxSite != null)
1441
else if (!
IsEditable
&& PartToggleButton != null)
1556
if (this.
IsEditable
)