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
)
622
if (!
IsEditable
)
877
if (
IsEditable
&& EditableTextBoxSite != null)
933
(IsDropDownOpen ||
IsEditable
))
936
if (
IsEditable
&& !IsDropDownOpen)
952
if (
IsEditable
)
982
if (
IsEditable
|| IsDropDownOpen)
1088
if (!IsDropDownOpen &&
IsEditable
)
1119
if (!
IsEditable
)
1131
if (!
IsEditable
)
1254
if (
IsEditable
)
1447
if (
IsEditable
&& EditableTextBoxSite != null)
1451
else if (!
IsEditable
&& PartToggleButton != null)
1566
if (this.
IsEditable
)