Base:
method
GetPropertyValue
System.Windows.Forms.Control.ControlAccessibleObject.GetPropertyValue(System.Int32)
3 overrides of GetPropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
300internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5682internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\StatusStrip.cs (1)
647internal override object GetPropertyValue(int propertyID) {
3 references to GetPropertyValue
System.Windows.Forms (3)
winforms\Managed\System\WinForms\MenuStrip.cs (1)
305return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5689return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\StatusStrip.cs (1)
652return base.GetPropertyValue(propertyID);