SYMBOL INDEX (69 symbols across 12 files) FILE: Feep.Configure/Configure.Designer.cs class Configure (line 3) | partial class Configure method Dispose (line 7) | protected override void Dispose(bool disposing) method InitializeComponent (line 16) | private void InitializeComponent() FILE: Feep.Configure/Configure.cs class Configure (line 10) | public partial class Configure : Form method GetPrivateProfileString (line 12) | [DllImport("kernel32")] method WritePrivateProfileString (line 15) | [DllImport("kernel32")] type HChangeNotifyFlags (line 18) | [Flags] type HChangeNotifyEventID (line 31) | [Flags] method SHChangeNotify (line 57) | [DllImport("shell32.dll")] method RegisterFileType (line 60) | public static void RegisterFileType(string ExtendName, string Descript... method Configure (line 115) | public Configure() method txtColor_TextChanged (line 156) | private void txtColor_TextChanged(object sender, EventArgs e) method txtColor_MouseClick (line 170) | private void txtColor_MouseClick(object sender, MouseEventArgs e) method btnSetting_Click (line 175) | private void btnSetting_Click(object sender, EventArgs e) method cmbFormStartState_SelectedIndexChanged (line 215) | private void cmbFormStartState_SelectedIndexChanged(object sender, Eve... FILE: Feep.Configure/Program.cs class Program (line 6) | static class Program method Main (line 8) | [STAThread] FILE: Feep.Configure/Properties/Resources.Designer.cs class Resources (line 5) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 13) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Feep.Configure/Properties/Settings.Designer.cs class Settings (line 4) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Feep/Program.cs class Program (line 7) | static class Program method Main (line 10) | [STAThread] method GetPrivateProfileString (line 165) | [DllImport("kernel32")] FILE: Feep/Properties/Resources.Designer.cs class Resources (line 5) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 13) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Feep/Properties/Settings.Designer.cs class Settings (line 4) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: Feep/Shadow.Designer.cs class Shadow (line 3) | partial class Shadow method Dispose (line 7) | protected override void Dispose(bool disposing) method InitializeComponent (line 16) | private void InitializeComponent() FILE: Feep/Shadow.cs class Shadow (line 8) | public partial class Shadow : Form method GetWindowLong (line 11) | [DllImport("user32", EntryPoint = "GetWindowLong")] method SetWindowLong (line 13) | [DllImport("user32", EntryPoint = "SetWindowLong")] method Shadow (line 21) | public Shadow() method FillShadow (line 28) | internal void FillShadow(Rectangle rect) method ClearShadow (line 36) | internal void ClearShadow() FILE: Feep/Viewer.Designer.cs class Viewer (line 3) | partial class Viewer method Dispose (line 7) | protected override void Dispose(bool disposing) method InitializeComponent (line 16) | private void InitializeComponent() FILE: Feep/Viewer.cs class Viewer (line 11) | sealed internal partial class Viewer : Form type Direction (line 14) | internal enum Direction type ScreenState (line 26) | internal enum ScreenState class StringLogicalComparer (line 36) | sealed internal class StringLogicalComparer : IComparer method StrCmpLogicalW (line 38) | [DllImport("shlwapi.dll", CharSet = CharSet.Unicode, ExactSpelling =... method Compare (line 41) | public int Compare(string x, string y) class FilePath (line 48) | sealed internal class FilePath method GetPaths (line 78) | internal void GetPaths(object path) method WndProc (line 106) | protected override void WndProc(ref Message m) method WritePrivateProfileString (line 195) | [DllImport("kernel32")] method AnimateWindow (line 198) | [DllImportAttribute("user32.dll")] method Viewer (line 201) | internal Viewer(string PicturePath) method RotateImage (line 223) | internal void RotateImage(Bitmap bitmap) method ShowPicture (line 261) | internal void ShowPicture(int index, bool orientation) method PreviousFilePath (line 333) | private int PreviousFilePath(int index) method NextFilePath (line 338) | private int NextFilePath(int index) method PreviousPicture (line 343) | private void PreviousPicture() method NextPicture (line 353) | private void NextPicture() method ChangeSize (line 363) | private void ChangeSize() method ChangeScreenState (line 379) | private void ChangeScreenState(bool isKey) method BuildCache (line 481) | private void BuildCache(bool orientation) method DeleteFile (line 574) | private void DeleteFile(Image image, string filePath, bool sendToRecyc... method Exit (line 607) | private void Exit() method Viewer_Load (line 639) | private void Viewer_Load(object sender, EventArgs e) method Viewer_SizeChanged (line 653) | private void Viewer_SizeChanged(object sender, EventArgs e) method Viewer_MouseDown (line 694) | private void Viewer_MouseDown(object sender, MouseEventArgs e) method Viewer_MouseUp (line 833) | private void Viewer_MouseUp(object sender, MouseEventArgs e) method Viewer_MouseMove (line 903) | private void Viewer_MouseMove(object sender, MouseEventArgs e) method Viewer_MouseWheel (line 1145) | private void Viewer_MouseWheel(object sender, MouseEventArgs e) method Viewer_KeyUp (line 1198) | private void Viewer_KeyUp(object sender, KeyEventArgs e) method TimerSlideshow_Tick (line 1405) | private void TimerSlideshow_Tick(object sender, EventArgs e)