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