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