11 references to IsReadOnlyProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
339new AutomationPropertyInfo( convertToBool, ValuePattern.IsReadOnlyProperty, typeof(bool), true ), 418ValuePattern.IsReadOnlyProperty };
System\Windows\Automation\ValuePattern.cs (2)
85object readOnly = _el.GetCurrentPropertyValue(IsReadOnlyProperty); 248return (bool)_el.GetPatternPropertyValue(IsReadOnlyProperty, _useCache);
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (3)
155el.RecursiveRaiseEvents(ValuePattern.IsReadOnlyProperty, new AutomationPropertyChangedEventArgs(ValuePattern.IsReadOnlyProperty, null, fIsReadOnly)); 514_objectIdWindow.Add(ValuePattern.IsReadOnlyProperty, new RaiseEvent(HandleIsReadOnlyProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
704if (eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.IsReadOnlyProperty)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
815if ( p == ValuePattern.ValueProperty || p == ValuePattern.IsReadOnlyProperty ) 834if ( p == ValuePattern.ValueProperty || p == ValuePattern.IsReadOnlyProperty )
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
83if (idChild == 0 && eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.IsReadOnlyProperty)