3 writes to _charBuffer
PresentationFramework (3)
src\Framework\Microsoft\Win32\FileDialog.cs (3)
806this._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]); 1039ofn.lpstrFile = _charBuffer.AllocCoTaskMem(); 1043ofn.nMaxFile = _charBuffer.Length; 1365_charBuffer.PutCoTaskMem(ofn.lpstrFile); 1372_fileNames = new string[] { _charBuffer.GetString() }; 1378_fileNames = GetMultiselectFiles(_charBuffer);