Base:
method
GetPropertyValue
System.Windows.Forms.AccessibleObject.GetPropertyValue(System.Int32)
19 overrides of GetPropertyValue
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ComboBox.cs (1)
4556internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
277internal override object GetPropertyValue(int propertyID) 562internal override object GetPropertyValue(int propertyId)
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
117internal override object GetPropertyValue(int propertyID)
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
417internal override object GetPropertyValue(int propertyID)
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1828internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\GroupBox.cs (1)
842internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\Label.cs (1)
1788internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\ListView.cs (1)
9234internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\ProgressBar.cs (1)
946internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
283internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
280internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
385internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
270internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
6506internal override object GetPropertyValue(int propertyID) { 6993internal override object GetPropertyValue(int propertyID) { 7421internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5107internal override object GetPropertyValue(int propertyID) {
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
934internal override object GetPropertyValue(int propertyID) {
19 references to GetPropertyValue
System.Windows.Forms (19)
winforms\Managed\System\WinForms\ComboBox.cs (1)
4567return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\DataGridViewAccessibleObject.cs (2)
337return base.GetPropertyValue(propertyID); 593return base.GetPropertyValue(propertyId);
winforms\Managed\System\WinForms\DataGridViewEditingControl.cs (1)
124return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
429return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
1835return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\GroupBox.cs (1)
850return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\Label.cs (1)
1793return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\ListView.cs (1)
9246return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\ProgressBar.cs (1)
965return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (1)
290return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\PropertyGridInternal\DropDownButton.cs (1)
291return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\PropertyGridInternal\GridErrorDlg.cs (1)
390return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\PropertyGridInternal\HotCommands.cs (1)
277return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
6513return base.GetPropertyValue(propertyID); 7010return base.GetPropertyValue(propertyID); 7430return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
5114return base.GetPropertyValue(propertyID);
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
942return base.GetPropertyValue(propertyID);