4 writes to _filterIndex
PresentationFramework (4)
Microsoft\Win32\FileDialog.cs (4)
368
_filterIndex
= value;
517
_filterIndex
= unchecked((int)filterIndexTemp);
523
_filterIndex
= (int)state;
567
_filterIndex
= 1; // The index of the first filter entry is 1, not 0.
4 references to _filterIndex
PresentationFramework (4)
Microsoft\Win32\FileDialog.cs (4)
363
return
_filterIndex
;
515
restoreState =
_filterIndex
;
741
int indexOfExtension = (
_filterIndex
* 2) - 1;
755
if (
_filterIndex
> 0)