13 overrides of GetPropertyValue
System.Windows.Forms (13)
winforms\Managed\System\WinForms\ComboBox.cs (5)
4681
internal override object
GetPropertyValue
(int propertyID) {
5099
internal override object
GetPropertyValue
(int propertyID) {
5262
internal override object
GetPropertyValue
(int propertyID) {
5487
internal override object
GetPropertyValue
(int propertyID) {
5649
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\Control.cs (1)
19927
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5526
internal override object
GetPropertyValue
(int propertyID)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2402
internal override object
GetPropertyValue
(int propertyId)
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
277
internal override object
GetPropertyValue
(int propertyId)
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2844
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2851
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6288
internal override object
GetPropertyValue
(int propertyID) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4162
internal override object
GetPropertyValue
(int propertyID) {
15 references to GetPropertyValue
System.Windows.Forms (15)
winforms\Managed\System\WinForms\AccessibleObject.cs (1)
984
return
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ComboBox.cs (6)
4717
return base.
GetPropertyValue
(propertyID);
5054
Debug.WriteLine("Edit parent " + _owner.AccessibilityObject.
GetPropertyValue
(NativeMethods.UIA_ControlTypePropertyId));
5129
return base.
GetPropertyValue
(propertyID);
5298
return base.
GetPropertyValue
(propertyID);
5511
return base.
GetPropertyValue
(propertyID);
5674
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\Control.cs (1)
19947
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
5564
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
2424
return base.
GetPropertyValue
(propertyId);
winforms\Managed\System\WinForms\DataGridViewTopRowAccessibleObject.cs (1)
304
return base.
GetPropertyValue
(propertyId);
winforms\Managed\System\WinForms\LinkLabel.cs (1)
2851
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (1)
2892
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6313
return base.
GetPropertyValue
(propertyID);
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4192
return base.
GetPropertyValue
(propertyID);