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)
524return _filterIndex; 1032ofn.nFilterIndex = _filterIndex; 1345int saveFilterIndex = _filterIndex; 1819int indexOfExtension = (_filterIndex * 2) - 1; 1833if (_filterIndex > 0) 2138int saveFilterIndex = _filterIndex;