6 writes to _filterIndex
PresentationFramework (6)
src\Framework\Microsoft\Win32\FileDialog.cs (6)
529
_filterIndex
= value;
1361
_filterIndex
= ofn.nFilterIndex;
1407
_filterIndex
= saveFilterIndex;
1536
_filterIndex
= 1; // The index of the first filter entry is 1, not 0.
2145
_filterIndex
= unchecked((int)filterIndexTemp);
2160
_filterIndex
= saveFilterIndex;
6 references to _filterIndex
PresentationFramework (6)
src\Framework\Microsoft\Win32\FileDialog.cs (6)
524
return
_filterIndex
;
1032
ofn.nFilterIndex =
_filterIndex
;
1345
int saveFilterIndex =
_filterIndex
;
1819
int indexOfExtension = (
_filterIndex
* 2) - 1;
1833
if (
_filterIndex
> 0)
2138
int saveFilterIndex =
_filterIndex
;