4 references to PullData
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (4)
821internal bool PullData() => PullData(reformat: true, force: false); 823internal bool PullData(bool reformat) => PullData(reformat, force: false); 1028public void WriteValue() => PullData(reformat: true, force: true); 1147PullData(reformat: false, force: true);