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)
357return _filterIndex; 498restoreState = _filterIndex; 703int indexOfExtension = (_filterIndex * 2) - 1; 717if (_filterIndex > 0)