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