2 implementations of IBindableComponent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Control.cs (1)
87IBindableComponent,
winforms\Managed\System\WinForms\Control.Ime.cs (1)
65IBindableComponent {
8 references to IBindableComponent
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Binding.cs (5)
31private IBindableComponent control; 153public IBindableComponent BindableComponent { 183internal static bool IsComponentCreated(IBindableComponent component) { 207internal void SetBindableComponent(IBindableComponent value) { 209IBindableComponent oldTarget = control;
winforms\Managed\System\WinForms\ControlBindingsCollection.cs (3)
27internal IBindableComponent control; 32public ControlBindingsCollection(IBindableComponent control) : base() { 41public IBindableComponent BindableComponent {