11 references to IsReadOnlyProperty
UIAutomationClient (4)
MS\Internal\Automation\Schema.cs (2)
328
new AutomationPropertyInfo( convertToBool, ValuePattern.
IsReadOnlyProperty
, typeof(bool), true ),
407
ValuePattern.
IsReadOnlyProperty
};
System\Windows\Automation\ValuePattern.cs (2)
83
object readOnly = _el.GetCurrentPropertyValue(
IsReadOnlyProperty
);
246
return (bool)_el.GetPatternPropertyValue(
IsReadOnlyProperty
, _useCache);
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (3)
149
el.RecursiveRaiseEvents(ValuePattern.
IsReadOnlyProperty
, new AutomationPropertyChangedEventArgs(ValuePattern.
IsReadOnlyProperty
, null, fIsReadOnly));
508
_objectIdWindow.Add(ValuePattern.
IsReadOnlyProperty
, new RaiseEvent(HandleIsReadOnlyProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
700
if (eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.
IsReadOnlyProperty
)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
811
if ( p == ValuePattern.ValueProperty || p == ValuePattern.
IsReadOnlyProperty
)
830
if ( p == ValuePattern.ValueProperty || p == ValuePattern.
IsReadOnlyProperty
)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
80
if (idChild == 0 && eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.
IsReadOnlyProperty
)