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)
82
object readOnly = _el.GetCurrentPropertyValue(
IsReadOnlyProperty
);
245
return (bool)_el.GetPatternPropertyValue(
IsReadOnlyProperty
, _useCache);
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\EventManager.cs (3)
148
el.RecursiveRaiseEvents(ValuePattern.
IsReadOnlyProperty
, new AutomationPropertyChangedEventArgs(ValuePattern.
IsReadOnlyProperty
, null, fIsReadOnly));
507
_objectIdWindow.Add(ValuePattern.
IsReadOnlyProperty
, new RaiseEvent(HandleIsReadOnlyProperty));
MS\Internal\AutomationProxies\NonClientArea.cs (1)
684
if (eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.
IsReadOnlyProperty
)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
803
if (p == ValuePattern.ValueProperty || p == ValuePattern.
IsReadOnlyProperty
)
819
if (p == ValuePattern.ValueProperty || p == ValuePattern.
IsReadOnlyProperty
)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
79
if (idChild == 0 && eventId == NativeMethods.EventObjectStateChange && idProp == ValuePattern.
IsReadOnlyProperty
)