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