8 references to GetConverter
System (1)
compmod\system\componentmodel\TypeDescriptor.cs (1)
1531return GetConverter(component, false);
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
59return TypeDescriptor.GetConverter(this.owner, true);
System.Data (1)
fx\src\data\System\Data\Common\DbConnectionStringBuilder.cs (1)
495return TypeDescriptor.GetConverter(this, true);
System.Web (4)
UI\WebControls\ErrorStyle.cs (1)
36return TypeDescriptor.GetConverter(this, true);
UI\WebControls\ErrorTableItemStyle.cs (1)
34return TypeDescriptor.GetConverter(this, true);
UI\WebControls\SubMenuStyle.cs (1)
243 return TypeDescriptor.GetConverter(this, true);
UI\WebParts\WebPartMenuStyle.cs (1)
153return TypeDescriptor.GetConverter(this, true);
System.Workflow.Runtime (1)
System\Activities\Statements\Interop.cs (1)
565return TypeDescriptor.GetConverter(this, true);