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)
363return _filterIndex; 515restoreState = _filterIndex; 741int indexOfExtension = (_filterIndex * 2) - 1; 755if (_filterIndex > 0)