4 writes to MutableItemNames
PresentationFramework (4)
Microsoft\Win32\FileDialog.cs (2)
178
MutableItemNames
= null;
184
MutableItemNames
= [value];
Microsoft\Win32\OpenFolderDialog.cs (2)
165
MutableItemNames
= null;
171
MutableItemNames
= new string[] { value };
3 references to MutableItemNames
PresentationFramework (3)
Microsoft\Win32\FileDialog.cs (3)
559
for (int i = 0; i <
MutableItemNames
.Length; i++)
561
string fileName =
MutableItemNames
[i];
607
MutableItemNames
[i] = fileName;