4 writes to _filterIndex
PresentationFramework (4)
Microsoft\Win32\FileDialog.cs (4)
362
_filterIndex
= value;
500
_filterIndex
= unchecked((int)filterIndexTemp);
506
_filterIndex
= (int)state;
534
_filterIndex
= 1; // The index of the first filter entry is 1, not 0.
4 references to _filterIndex
PresentationFramework (4)
Microsoft\Win32\FileDialog.cs (4)
357
return
_filterIndex
;
498
restoreState =
_filterIndex
;
703
int indexOfExtension = (
_filterIndex
* 2) - 1;
717
if (
_filterIndex
> 0)