9 references to GetDefaultProperty
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
1612return GetDefaultProperty(component, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
69return TypeDescriptor.GetDefaultProperty(this.owner, true);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
498return TypeDescriptor.GetDefaultProperty(this, true);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
44return TypeDescriptor.GetDefaultProperty(this, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
42return TypeDescriptor.GetDefaultProperty(this, true);
UI\WebControls\SubMenuStyle.cs (1)
251 return TypeDescriptor.GetDefaultProperty(this, true);
UI\WebParts\WebPartMenuStyle.cs (1)
161return TypeDescriptor.GetDefaultProperty(this, true);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\AxHost.cs (1)
2776return TypeDescriptor.GetDefaultProperty(this, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
575return TypeDescriptor.GetDefaultProperty(this, true);