17 implementations of IsReadOnly
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
70
public bool
IsReadOnly
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
164
bool IValueProvider.
IsReadOnly
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
741
bool IValueProvider.
IsReadOnly
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
154
bool IValueProvider.
IsReadOnly
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
93
bool IValueProvider.
IsReadOnly
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
66
bool IValueProvider.
IsReadOnly
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
103
public bool
IsReadOnly
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
705
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
406
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
313
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
156
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
563
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
234
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
211
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
537
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1168
bool IValueProvider.
IsReadOnly
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
404
bool IValueProvider.
IsReadOnly
3 references to IsReadOnly
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
117
return _iface.
IsReadOnly
;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
216
(bool)((IValueProvider)_elEdit).
IsReadOnly
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
343
(bool)((IValueProvider)_elEdit).
IsReadOnly
;