11 references to IsReadOnlyProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
313new AutomationPropertyInfo( convertToBool, ValuePattern.IsReadOnlyProperty, typeof(bool), true ), 392ValuePattern.IsReadOnlyProperty };
System\Windows\Automation\ValuePattern.cs (2)
98object readOnly = _el.GetCurrentPropertyValue(IsReadOnlyProperty); 271return (bool)_el.GetPatternPropertyValue(IsReadOnlyProperty, _useCache);
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (3)
162el.RecursiveRaiseEvents(ValuePattern.IsReadOnlyProperty, new AutomationPropertyChangedEventArgs(ValuePattern.IsReadOnlyProperty, null, fIsReadOnly)); 521_objectIdWindow.Add(ValuePattern.IsReadOnlyProperty, new RaiseEvent(HandleIsReadOnlyProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
701if (eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.IsReadOnlyProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
828if ( p == ValuePattern.ValueProperty || p == ValuePattern.IsReadOnlyProperty ) 847if ( p == ValuePattern.ValueProperty || p == ValuePattern.IsReadOnlyProperty )
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
94if (idChild == 0 && eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.IsReadOnlyProperty)