1 override of RaiseAutomationPropertyChangedEvent
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
532internal override bool RaiseAutomationPropertyChangedEvent(UIA_PROPERTY_ID propertyId, VARIANT oldValue, VARIANT newValue)
1 reference to RaiseAutomationPropertyChangedEvent
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\Control.ControlAccessibleObject.cs (1)
534&& base.RaiseAutomationPropertyChangedEvent(propertyId, oldValue, newValue);