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