4 references to PullData
System.Windows.Forms (4)
System\Windows\Forms\DataBinding\Binding.cs (4)
824internal bool PullData() => PullData(reformat: true, force: false); 826internal bool PullData(bool reformat) => PullData(reformat, force: false); 1031public void WriteValue() => PullData(reformat: true, force: true); 1150PullData(reformat: false, force: true);