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