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
)
873
if (
IsEditable
&& EditableTextBoxSite != null)
926
(IsDropDownOpen ||
IsEditable
))
929
if (
IsEditable
&& !IsDropDownOpen)
945
if (
IsEditable
)
975
if (
IsEditable
|| IsDropDownOpen)
1081
if (!IsDropDownOpen &&
IsEditable
)
1112
if (!
IsEditable
)
1124
if (!
IsEditable
)
1247
if (
IsEditable
)
1440
if (
IsEditable
&& EditableTextBoxSite != null)
1444
else if (!
IsEditable
&& PartToggleButton != null)
1559
if (this.
IsEditable
)