2 overrides of GetString
System.Windows.Forms (2)
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (2)
6549public override string GetString() 6595public override String GetString()
6 references to GetString
System.Windows.Forms (6)
winforms\Managed\System\WinForms\FileDialog.cs (4)
639fileNames = new string[] {charBuffer.GetString()}; 707string directory = charBuffer.GetString(); 708string fileName = charBuffer.GetString(); 722fileName = charBuffer.GetString();
winforms\Managed\System\WinForms\RichTextBox.cs (2)
2178string str = charBuffer.GetString(); 3389string result = charBuffer.GetString();