17 references to IsEditable
System.Windows.Controls.Ribbon (17)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (2)
63
if (owner != null && owner.
IsEditable
&& owner.EditableTextBoxSite != null)
87
if (owner.
IsEditable
)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (15)
172
if (
IsEditable
&& EditableTextBoxSite != null)
456
if (
IsEditable
)
624
if (!
IsEditable
)
879
if (
IsEditable
&& EditableTextBoxSite != null)
935
(IsDropDownOpen ||
IsEditable
))
938
if (
IsEditable
&& !IsDropDownOpen)
954
if (
IsEditable
)
984
if (
IsEditable
|| IsDropDownOpen)
1090
if (!IsDropDownOpen &&
IsEditable
)
1121
if (!
IsEditable
)
1133
if (!
IsEditable
)
1256
if (
IsEditable
)
1449
if (
IsEditable
&& EditableTextBoxSite != null)
1453
else if (!
IsEditable
&& PartToggleButton != null)
1568
if (this.
IsEditable
)