2 overrides of PutString
System.Windows.Forms (2)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
6567public override void PutString(string s) 6611public override void PutString(string s)
1 reference to PutString
System.Windows.Forms (1)
winforms\Managed\System\WinForms\FileDialog.cs (1)
1005charBuffer.PutString(fileNames[0]);