2 overrides of BindType
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CurrencyManager.cs (1)
164
internal override Type
BindType
{
winforms\Managed\System\WinForms\PropertyManager.cs (1)
80
internal override Type
BindType
{
2 references to BindType
System.Windows.Forms (2)
winforms\Managed\System\WinForms\BindingMAnagerBase.cs (1)
138
return this.GetItemProperties(this.
BindType
, 0, dataSources, listAccessors);
winforms\Managed\System\WinForms\BindToObject.cs (1)
154
Type type = this.bindingManager.
BindType
;