2 writes to BindingContextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
977
set =>
BindingContextInternal
= value;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
225
BindingContextInternal
= value;
2 references to BindingContextInternal
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
976
get =>
BindingContextInternal
;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
220
return
BindingContextInternal
;