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