10 implementations of IsReadOnly
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
70public bool IsReadOnly
PresentationFramework (2)
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
52bool IRangeValueProvider.IsReadOnly
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
87bool IRangeValueProvider.IsReadOnly
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
397bool IRangeValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
98bool IRangeValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
359bool IRangeValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
191bool IRangeValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
211bool IRangeValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
238bool IRangeValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
338bool IRangeValueProvider.IsReadOnly
3 references to IsReadOnly
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
149return _iface.IsReadOnly;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
215return (bool)((IRangeValueProvider)_elUpDown).IsReadOnly &&
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
342return (bool)((IRangeValueProvider)_elUpDown).IsReadOnly &&