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