3 writes to _charBuffer
PresentationFramework (3)
src\Framework\Microsoft\Win32\FileDialog.cs (3)
806
this.
_charBuffer
= charBufferTmp;
995
_charBuffer
= CharBuffer.CreateBuffer(FILEBUFSIZE);
1103
_charBuffer
= null;
6 references to _charBuffer
PresentationFramework (6)
src\Framework\Microsoft\Win32\FileDialog.cs (6)
1001
_charBuffer
.PutString(_fileNames[0]);
1039
ofn.lpstrFile =
_charBuffer
.AllocCoTaskMem();
1043
ofn.nMaxFile =
_charBuffer
.Length;
1365
_charBuffer
.PutCoTaskMem(ofn.lpstrFile);
1372
_fileNames = new string[] {
_charBuffer
.GetString() };
1378
_fileNames = GetMultiselectFiles(
_charBuffer
);