4 writes to MutableItemNames
PresentationFramework (4)
Microsoft\Win32\FileDialog.cs (2)
179
MutableItemNames
= null;
185
MutableItemNames
= [value];
Microsoft\Win32\OpenFolderDialog.cs (2)
166
MutableItemNames
= null;
172
MutableItemNames
= new string[] { value };
3 references to MutableItemNames
PresentationFramework (3)
Microsoft\Win32\FileDialog.cs (3)
560
for (int i = 0; i <
MutableItemNames
.Length; i++)
562
string fileName =
MutableItemNames
[i];
608
MutableItemNames
[i] = fileName;