SYMBOL INDEX (875 symbols across 112 files) FILE: ContextMenuManager/BluePointLilac.Controls/DownloadDialog.cs class DownloadDialog (line 10) | sealed class DownloadDialog : CommonDialog method Reset (line 15) | public override void Reset() { } method RunDialog (line 17) | protected override bool RunDialog(IntPtr hwndOwner) class DownloadForm (line 29) | sealed class DownloadForm : Form method DownloadForm (line 31) | public DownloadForm() method InitializeComponents (line 59) | private void InitializeComponents() method DownloadFile (line 68) | private void DownloadFile(string url, string filePath) method OnLoad (line 99) | protected override void OnLoad(EventArgs e) FILE: ContextMenuManager/BluePointLilac.Controls/IconDialog.cs class IconDialog (line 8) | public sealed class IconDialog : CommonDialog method PickIconDlg (line 10) | [DllImport("shell32.dll", CharSet = CharSet.Unicode, EntryPoint = "#62... method Reset (line 18) | public override void Reset() { } method RunDialog (line 20) | protected override bool RunDialog(IntPtr hwndOwner) FILE: ContextMenuManager/BluePointLilac.Controls/InputDialog.cs class InputDialog (line 8) | public sealed class InputDialog : CommonDialog method Reset (line 16) | public override void Reset() { } method RunDialog (line 18) | protected override bool RunDialog(IntPtr hwndOwner) class InputBox (line 33) | sealed class InputBox : Form method InputBox (line 35) | public InputBox() method InitializeComponents (line 76) | private void InitializeComponents() FILE: ContextMenuManager/BluePointLilac.Controls/MyCheckBox.cs class MyCheckBox (line 10) | [DefaultProperty("Checked")] method MyCheckBox (line 13) | public MyCheckBox() method SwitchImage (line 60) | private Image SwitchImage(bool value) method OnMouseDown (line 65) | protected override void OnMouseDown(MouseEventArgs e) method DrawImage (line 74) | private static Image DrawImage(bool value) FILE: ContextMenuManager/BluePointLilac.Controls/MyListBox.cs class MyListBox (line 9) | public class MyListBox : Panel method MyListBox (line 11) | public MyListBox() method OnMouseWheel (line 17) | protected override void OnMouseWheel(MouseEventArgs e) class MyList (line 24) | public class MyList : FlowLayoutPanel method MyList (line 32) | public MyList(MyListBox owner) : this() method MyList (line 37) | public MyList() method AddItem (line 73) | public void AddItem(MyListItem item) method AddItems (line 85) | public void AddItems(MyListItem[] items) method AddItems (line 90) | public void AddItems(List items) method SetItemIndex (line 95) | public void SetItemIndex(MyListItem item, int newIndex) method GetItemIndex (line 100) | public int GetItemIndex(MyListItem item) method InsertItem (line 105) | public void InsertItem(MyListItem item, int index) method ClearItems (line 112) | public virtual void ClearItems() method SortItemByText (line 125) | public void SortItemByText() class TextComparer (line 134) | public class TextComparer : IComparer method Compare (line 136) | public int Compare(MyListItem x, MyListItem y) class MyListItem (line 147) | public class MyListItem : Panel method MyListItem (line 149) | public MyListItem() method OnMouseDown (line 238) | protected override void OnMouseDown(MouseEventArgs e) method CenterControl (line 243) | private void CenterControl(Control ctr) method AddCtr (line 260) | public void AddCtr(Control ctr) method AddCtr (line 265) | public void AddCtr(Control ctr, int space) method AddCtrs (line 276) | public void AddCtrs(Control[] ctrs) method RemoveCtrAt (line 281) | public void RemoveCtrAt(int index) method GetCtrIndex (line 286) | public int GetCtrIndex(Control ctr) method SetCtrIndex (line 291) | public void SetCtrIndex(Control ctr, int newIndex) FILE: ContextMenuManager/BluePointLilac.Controls/MyMainForm.cs class MyMainForm (line 8) | public class MyMainForm : Form method MyMainForm (line 10) | public MyMainForm() method OnResize (line 38) | protected override void OnResize(EventArgs e) method WndProc (line 44) | protected override void WndProc(ref Message m) FILE: ContextMenuManager/BluePointLilac.Controls/MySideBar.cs class MySideBar (line 8) | public sealed class MySideBar : Panel method MySideBar (line 10) | public MySideBar() method GetItemWidth (line 102) | public int GetItemWidth(string str) method PaintItems (line 108) | private void PaintItems() method RefreshItem (line 134) | private void RefreshItem(Panel panel, int index) method PaintItem (line 143) | private void PaintItem(object sender, PaintEventArgs e) method ShowItem (line 152) | private void ShowItem(Panel panel, MouseEventArgs e) method OnMouseMove (line 169) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseDown (line 174) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseLeave (line 179) | protected override void OnMouseLeave(EventArgs e) FILE: ContextMenuManager/BluePointLilac.Controls/MyStatusBar.cs class MyStatusBar (line 9) | public sealed class MyStatusBar : Panel method MyStatusBar (line 13) | public MyStatusBar() method OnPaint (line 26) | protected override void OnPaint(PaintEventArgs e) method OnResize (line 48) | protected override void OnResize(EventArgs e) method OnTextChanged (line 52) | protected override void OnTextChanged(EventArgs e) method OnFontChanged (line 56) | protected override void OnFontChanged(EventArgs e) method OnForeColorChanged (line 60) | protected override void OnForeColorChanged(EventArgs e) method OnBackColorChanged (line 64) | protected override void OnBackColorChanged(EventArgs e) FILE: ContextMenuManager/BluePointLilac.Controls/MyToolBar.cs class MyToolBar (line 8) | public sealed class MyToolBar : FlowLayoutPanel method MyToolBar (line 10) | public MyToolBar() method AddButton (line 56) | public void AddButton(MyToolBarButton button) method AddButtons (line 76) | public void AddButtons(MyToolBarButton[] buttons) class MyToolBarButton (line 84) | public sealed class MyToolBarButton : Panel method MyToolBarButton (line 86) | public MyToolBarButton(Image image, string text) method OnResize (line 135) | protected override void OnResize(EventArgs e) FILE: ContextMenuManager/BluePointLilac.Controls/PictureButton.cs class PictureButton (line 7) | public class PictureButton : PictureBox method PictureButton (line 9) | public PictureButton(Image image) method OnMouseEnter (line 27) | protected override void OnMouseEnter(EventArgs e) method OnMouseLeave (line 31) | protected override void OnMouseLeave(EventArgs e) method OnMouseDown (line 36) | protected override void OnMouseDown(MouseEventArgs e) FILE: ContextMenuManager/BluePointLilac.Controls/ReadOnlyTextBox.cs class ReadOnlyTextBox (line 8) | public sealed class ReadOnlyTextBox : TextBox method ReadOnlyTextBox (line 10) | public ReadOnlyTextBox() method WndProc (line 23) | protected override void WndProc(ref Message m) method OnMouseEnter (line 35) | protected override void OnMouseEnter(EventArgs e) class ReadOnlyRichTextBox (line 43) | public sealed class ReadOnlyRichTextBox : RichTextBox method ReadOnlyRichTextBox (line 45) | public ReadOnlyRichTextBox() method WndProc (line 59) | protected override void WndProc(ref Message m) method OnMouseEnter (line 71) | protected override void OnMouseEnter(EventArgs e) method OnLinkClicked (line 78) | protected override void OnLinkClicked(LinkClickedEventArgs e) FILE: ContextMenuManager/BluePointLilac.Controls/ResizeLimitedForm.cs class ResizeLimitedForm (line 7) | public class ResizeLimitedForm : Form method WndProc (line 15) | protected override void WndProc(ref Message m) type HitTest (line 43) | enum HitTest : int FILE: ContextMenuManager/BluePointLilac.Controls/SelectDialog.cs class SelectDialog (line 8) | public class SelectDialog : CommonDialog method Reset (line 16) | public override void Reset() { } method RunDialog (line 18) | protected override bool RunDialog(IntPtr hwndOwner) class SelectForm (line 39) | sealed class SelectForm : Form method SelectForm (line 41) | public SelectForm() method InitializeComponents (line 108) | private void InitializeComponents() FILE: ContextMenuManager/BluePointLilac.Controls/UAWebClient.cs class UAWebClient (line 10) | public sealed class UAWebClient : WebClient method UAWebClient (line 12) | public UAWebClient() method GetWebString (line 28) | public string GetWebString(string url) method WebStringToFile (line 42) | public bool WebStringToFile(string filePath, string fileUrl) method GetWebJsonToXml (line 51) | public XmlDocument GetWebJsonToXml(string url) FILE: ContextMenuManager/BluePointLilac.Methods/ComboBoxExtension.cs class ComboBoxExtension (line 6) | public static class ComboBoxExtension method AutosizeDropDownWidth (line 8) | public static void AutosizeDropDownWidth(this ComboBox box) FILE: ContextMenuManager/BluePointLilac.Methods/ControlExtension.cs class ControlExtension (line 7) | public static class ControlExtension method PostMessage (line 9) | [DllImport("user32.dll")] method ReleaseCapture (line 12) | [DllImport("user32.dll")] method CanMoveForm (line 17) | public static void CanMoveForm(this Control ctr) method SetWindowLong (line 29) | [DllImport("user32.dll")] method GetWindowLong (line 32) | [DllImport("user32.dll")] method SetEnabled (line 39) | public static void SetEnabled(this Control ctr, bool enabled) FILE: ContextMenuManager/BluePointLilac.Methods/DirectoryEx.cs class DirectoryEx (line 5) | public static class DirectoryEx method CopyTo (line 7) | public static void CopyTo(string srcDirPath, string dstDirPath) FILE: ContextMenuManager/BluePointLilac.Methods/ElevatedFileDroper.cs class ElevatedFileDroper (line 18) | public sealed class ElevatedFileDroper : IMessageFilter method ChangeWindowMessageFilterEx (line 20) | [DllImport("user32.dll", SetLastError = true)] method ChangeWindowMessageFilter (line 24) | [DllImport("user32.dll", SetLastError = true)] method DragAcceptFiles (line 28) | [DllImport("shell32.dll", SetLastError = false)] method DragQueryFile (line 31) | [DllImport("shell32.dll", SetLastError = false, CharSet = CharSet.Unic... method DragQueryPoint (line 34) | [DllImport("shell32.dll", SetLastError = false)] method DragFinish (line 37) | [DllImport("shell32.dll", SetLastError = false)] type ChangeFilterStruct (line 40) | [StructLayout(LayoutKind.Sequential)] type ChangeWindowMessageFilterFlags (line 47) | enum ChangeWindowMessageFilterFlags : uint type ChangeFilterAction (line 53) | enum ChangeFilterAction : uint type ChangeFilterStatu (line 60) | enum ChangeFilterStatu : uint method ElevatedFileDroper (line 76) | public ElevatedFileDroper(Control ctr) method PreFilterMessage (line 119) | public bool PreFilterMessage(ref Message m) FILE: ContextMenuManager/BluePointLilac.Methods/EncodingType.cs class EncodingType (line 10) | public static class EncodingType method GetType (line 26) | public static Encoding GetType(string filePath) method IsUTF8Bytes (line 42) | private static bool IsUTF8Bytes(byte[] bytes) FILE: ContextMenuManager/BluePointLilac.Methods/ExternalProgram.cs class ExternalProgram (line 12) | public static class ExternalProgram method JumpRegEdit (line 18) | public static void JumpRegEdit(string regPath, string valueName = null... method JumpExplorer (line 87) | public static void JumpExplorer(string filePath, bool moreOpen = false) method OpenDirectory (line 110) | public static void OpenDirectory(string dirPath) method ShowPropertiesDialog (line 122) | public static bool ShowPropertiesDialog(string filePath) method ShowOpenWithDialog (line 139) | public static void ShowOpenWithDialog(string extension) method RestartExplorer (line 160) | public static void RestartExplorer() method OpenWebUrl (line 180) | public static void OpenWebUrl(string url) method ExportRegistry (line 196) | public static void ExportRegistry(string regPath, string filePath) method OpenNotepadWithText (line 209) | public static void OpenNotepadWithText(string text) method ShowWindowAsync (line 228) | [DllImport("user32.dll")] method SetForegroundWindow (line 231) | [DllImport("user32.dll")] method SetFocus (line 234) | [DllImport("user32.dll")] method GetWindowThreadProcessId (line 237) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method FindWindow (line 240) | [DllImport("user32.dll")] method FindWindowEx (line 243) | [DllImport("user32.dll")] method SendMessage (line 246) | [DllImport("user32.dll")] method ILFree (line 249) | [DllImport("shell32.dll", ExactSpelling = true)] method ILCreateFromPathW (line 252) | [DllImport("shell32.dll", CharSet = CharSet.Unicode, ExactSpelling = t... method SHOpenFolderAndSelectItems (line 255) | [DllImport("shell32.dll", ExactSpelling = true)] method ShellExecuteEx (line 258) | [DllImport("shell32.dll", CharSet = CharSet.Auto)] type SHELLEXECUTEINFO (line 261) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] FILE: ContextMenuManager/BluePointLilac.Methods/FileExtension.cs class FileExtension (line 8) | public static class FileExtension type AssocF (line 10) | [Flags] type AssocStr (line 26) | public enum AssocStr method AssocQueryString (line 40) | [DllImport("shlwapi.dll", SetLastError = true, CharSet = CharSet.Auto)] method GetExtentionInfo (line 47) | public static string GetExtentionInfo(AssocStr assocStr, string extens... method GetOpenMode (line 56) | public static string GetOpenMode(string extension) FILE: ContextMenuManager/BluePointLilac.Methods/FormExtension.cs class FormExtension (line 6) | public static class FormExtension method MoveAsMove (line 11) | public static void MoveAsMove(this Form frm1, Form frm2) method AddEscapeButton (line 30) | public static void AddEscapeButton(this Form frm, DialogResult dr = Di... FILE: ContextMenuManager/BluePointLilac.Methods/GuidEx.cs class GuidEx (line 7) | public static class GuidEx method TryParse (line 9) | public static bool TryParse(string str, out Guid guid) method IsGuid (line 25) | public static bool IsGuid(string str) FILE: ContextMenuManager/BluePointLilac.Methods/HighDpi.cs class HighDpi (line 14) | public static class HighDpi method DpiZoom (line 19) | public static Point DpiZoom(this Point point) => new Point(DpiZoom(poi... method DpiZoom (line 21) | public static PointF DpiZoom(this PointF point) => new PointF(DpiZoom(... method DpiZoom (line 23) | public static Size DpiZoom(this Size size) => new Size(DpiZoom(size.Wi... method DpiZoom (line 25) | public static SizeF DpiZoom(this SizeF size) => new SizeF(DpiZoom(size... method DpiZoom (line 27) | public static Rectangle DpiZoom(this Rectangle r) => new Rectangle(Dpi... method DpiZoom (line 29) | public static RectangleF DpiZoom(this RectangleF r) => new RectangleF(... method DpiZoom (line 31) | public static Padding DpiZoom(this Padding p) => new Padding(DpiZoom(p... method DpiZoom (line 33) | public static Font DpiZoom(this Font font) => new Font(font.FontFamily... method DpiZoom (line 35) | public static int DpiZoom(this int num) => (int)(num * DpiScale); method DpiZoom (line 37) | public static float DpiZoom(this float num) => (float)(num * DpiScale); method DpiZoom (line 39) | public static double DpiZoom(this double num) => num * DpiScale; FILE: ContextMenuManager/BluePointLilac.Methods/ImageExtension.cs class ImageExtension (line 7) | public static class ImageExtension method ToTransparent (line 9) | public static Image ToTransparent(this Image image, float opacity = 0.5F) method ResizeImage (line 23) | public static Image ResizeImage(this Image image, int width, int height) method ResizeImage (line 47) | public static Image ResizeImage(this Image image, double scale) method ResizeImage (line 55) | public static Image ResizeImage(this Image image, Size newSize) method RotateImage (line 61) | public static Image RotateImage(this Image image, RotateFlipType rotat... FILE: ContextMenuManager/BluePointLilac.Methods/IniReader.cs class IniReader (line 9) | public sealed class IniReader method IniReader (line 11) | public IniReader() { } method IniReader (line 13) | public IniReader(StringBuilder sb) => LoadStringBuilder(sb); method IniReader (line 15) | public IniReader(string filePath) => LoadFile(filePath); method LoadStringBuilder (line 22) | public void LoadStringBuilder(StringBuilder sb) method LoadFile (line 32) | public void LoadFile(string filePath) method ReadLines (line 48) | private void ReadLines(List lines) method GetValue (line 84) | public string GetValue(string section, string key) method TryGetValue (line 92) | public bool TryGetValue(string section, string key, out string value) method GetSectionKeys (line 98) | public string[] GetSectionKeys(string section) method RemoveSection (line 104) | public bool RemoveSection(string section) method RemoveKey (line 109) | public bool RemoveKey(string section, string key) method AddValue (line 118) | public void AddValue(string section, string key, string value) method SaveFile (line 139) | public void SaveFile(string filePath) FILE: ContextMenuManager/BluePointLilac.Methods/IniWriter.cs class IniWriter (line 8) | public sealed class IniWriter method IniWriter (line 10) | public IniWriter() { } method IniWriter (line 12) | public IniWriter(string filePath) method GetLines (line 21) | private List GetLines() method SetValue (line 36) | private void SetValue(string section, string key, ref string value, bo... method SetValue (line 154) | public void SetValue(string section, string key, object value) method SetValue (line 159) | public void SetValue(string section, string key, string value) method DeleteKey (line 164) | public void DeleteKey(string section, string key) method DeleteSection (line 169) | public void DeleteSection(string section) method GetValue (line 175) | public string GetValue(string section, string key) FILE: ContextMenuManager/BluePointLilac.Methods/MessageBoxEx.cs class MessageBoxEx (line 8) | public static class MessageBoxEx method Show (line 19) | public static DialogResult Show(string text, string caption = null, method Show (line 39) | public static string Show(string text, string caption, class MessageBoxForm (line 51) | sealed class MessageBoxForm : Form method MessageBoxForm (line 53) | private MessageBoxForm(string text, string caption, bool canMoveParent) method MessageBoxForm (line 65) | public MessageBoxForm(string text, string caption, method MessageBoxForm (line 85) | public MessageBoxForm(string text, string caption, method InitializeComponents (line 151) | private void InitializeComponents(string[] buttonTexts, Image boxImage) method OnLoad (line 228) | protected override void OnLoad(EventArgs e) class MessageBoxImage (line 243) | public static class MessageBoxImage method GetImage (line 251) | private static Image GetImage(int index) FILE: ContextMenuManager/BluePointLilac.Methods/RegTrustedInstaller.cs class RegTrustedInstaller (line 12) | public class RegTrustedInstaller class NativeMethod (line 14) | static class NativeMethod type LUID (line 19) | [StructLayout(LayoutKind.Sequential)] type LUID_AND_ATTRIBUTES (line 26) | [StructLayout(LayoutKind.Sequential)] type TOKEN_PRIVILEGES (line 33) | [StructLayout(LayoutKind.Sequential)] type PrivilegeAttributes (line 41) | [Flags] type TokenAccessRights (line 56) | [Flags] type AccessTypeMasks (line 88) | [Flags] method AdjustTokenPrivileges (line 104) | [DllImport("advapi32.dll", SetLastError = true)] method LookupPrivilegeValue (line 109) | [DllImport("advapi32.dll", CharSet = CharSet.Unicode, SetLastError =... method OpenProcessToken (line 113) | [DllImport("advapi32.dll", SetLastError = true)] method GetLastError (line 117) | [DllImport("kernel32.dll", SetLastError = true)] method GetCurrentProcess (line 120) | [DllImport("kernel32.dll", SetLastError = true)] method TrySetPrivilege (line 123) | public static bool TrySetPrivilege(string sPrivilege, bool enablePri... method TakeRegKeyOwnerShip (line 160) | public static void TakeRegKeyOwnerShip(string regPath) method TakeRegTreeOwnerShip (line 225) | public static void TakeRegTreeOwnerShip(string regPath) FILE: ContextMenuManager/BluePointLilac.Methods/RegistryEx.cs class RegistryEx (line 7) | public static class RegistryEx method CopyTo (line 21) | public static void CopyTo(this RegistryKey srcKey, RegistryKey dstKey) method CopyTo (line 35) | public static void CopyTo(string srcPath, string dstPath) method MoveTo (line 44) | public static void MoveTo(this RegistryKey srcKey, RegistryKey dstKey) method MoveTo (line 50) | public static void MoveTo(string srcPath, string dstPath) method CreateSubKey (line 56) | public static RegistryKey CreateSubKey(this RegistryKey key, string su... method GetParentPath (line 63) | public static string GetParentPath(string regPath) => regPath.Substrin... method GetKeyName (line 66) | public static string GetKeyName(string regPath) => regPath.Substring(r... method GetRootName (line 69) | public static string GetRootName(string regPath) => regPath.Substring(... method GetPathWithoutRoot (line 72) | public static string GetPathWithoutRoot(string regPath) => regPath.Sub... method DeleteValue (line 78) | public static void DeleteValue(string regPath, string valueName, bool ... method DeleteKeyTree (line 86) | public static void DeleteKeyTree(string regPath, bool throwOnMissingKe... method GetRootAndSubRegPath (line 104) | public static void GetRootAndSubRegPath(string regPath, out RegistryKe... method GetRegistryKey (line 149) | public static RegistryKey GetRegistryKey(string regPath, bool writable... method GetRegistryKey (line 163) | public static RegistryKey GetRegistryKey(string regPath, RegistryKeyPe... FILE: ContextMenuManager/BluePointLilac.Methods/ResourceIcon.cs class ResourceIcon (line 10) | public static class ResourceIcon method ExtractIconEx (line 12) | [DllImport("shell32.dll", CharSet = CharSet.Auto)] method DestroyIcon (line 15) | [DllImport("user32.dll", SetLastError = true)] method LoadLibrary (line 18) | [DllImport("kernel32.dll", CharSet = CharSet.Auto, SetLastError = true... method FreeLibrary (line 21) | [DllImport("kernel32.dll")] method LoadImage (line 24) | [DllImport("user32.dll", SetLastError = true, CharSet = CharSet.Auto)] method SHGetFileInfo (line 27) | [DllImport("shell32.dll", SetLastError = true, CharSet = CharSet.Auto)] type SHFILEINFO (line 30) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto)] type FileInfoFlags (line 42) | [Flags] method GetExtensionIcon (line 68) | public static Icon GetExtensionIcon(string extension) method GetFolderIcon (line 77) | public static Icon GetFolderIcon(string folderPath) method GetIcon (line 87) | public static Icon GetIcon(string filePath, FileInfoFlags flags) method GetIcon (line 100) | public static Icon GetIcon(string iconLocation) method GetIcon (line 110) | public static Icon GetIcon(string iconLocation, out string iconPath, o... method GetIcon (line 133) | public static Icon GetIcon(string iconPath, int iconIndex) method GetReplacedShellIcon (line 166) | public static Icon GetReplacedShellIcon(int iconIndex) FILE: ContextMenuManager/BluePointLilac.Methods/ResourceString.cs class ResourceString (line 7) | public static class ResourceString method SHLoadIndirectString (line 13) | [DllImport("shlwapi.dll", BestFitMapping = false, CharSet = CharSet.Un... method GetDirectString (line 21) | public static string GetDirectString(string resStr) FILE: ContextMenuManager/BluePointLilac.Methods/RichTextBoxExtension.cs class RichTextBoxExtension (line 8) | public static class RichTextBoxExtension method LoadIni (line 12) | public static void LoadIni(this RichTextBox box, string iniStr) method LoadXml (line 48) | public static void LoadXml(this RichTextBox box, string xmlStr) method AppendText (line 87) | public static void AppendText(this RichTextBox box, string text, Color... class XmlStateMachine (line 98) | sealed class XmlStateMachine method GetNextToken (line 104) | public string GetNextToken(string s, out XmlTokenType ttype) method GetTokenColor (line 260) | public Color GetTokenColor(XmlTokenType ttype) method GetXmlDeclaration (line 303) | public string GetXmlDeclaration(string s) method HandleAttributeEnd (line 314) | private void HandleAttributeEnd() method HandleReservedXmlToken (line 335) | private void HandleReservedXmlToken() method ReadNodeName (line 430) | private string ReadNodeName(string s) method ReadAttributeName (line 441) | private string ReadAttributeName(string s) method ReadNodeValue (line 449) | private string ReadNodeValue(string s) method ReadCommentValue (line 457) | private string ReadCommentValue(string s) method GetWhitespace (line 465) | private string GetWhitespace(string s) type XmlTokenType (line 478) | enum XmlTokenType FILE: ContextMenuManager/BluePointLilac.Methods/ShellLink.cs class ShellLink (line 11) | public class ShellLink : IDisposable type IShellLinkW (line 13) | [ComImport] method GetPath (line 18) | void GetPath([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuilder ps... method GetIDList (line 19) | void GetIDList(out IntPtr ppidl); method SetIDList (line 20) | void SetIDList(IntPtr pidl); method GetDescription (line 21) | void GetDescription([Out, MarshalAs(UnmanagedType.LPWStr)] StringBui... method SetDescription (line 22) | void SetDescription([MarshalAs(UnmanagedType.LPWStr)] string pszName); method GetWorkingDirectory (line 23) | void GetWorkingDirectory([Out, MarshalAs(UnmanagedType.LPWStr)] Stri... method SetWorkingDirectory (line 24) | void SetWorkingDirectory([MarshalAs(UnmanagedType.LPWStr)] string ps... method GetArguments (line 25) | void GetArguments([Out, MarshalAs(UnmanagedType.LPWStr)] StringBuild... method SetArguments (line 26) | void SetArguments([MarshalAs(UnmanagedType.LPWStr)] string pszArgs); method GetHotKey (line 27) | void GetHotKey(out ushort pwHotkey); method SetHotKey (line 28) | void SetHotKey(ushort wHotKey); method GetShowCmd (line 29) | void GetShowCmd(out int piShowCmd); method SetShowCmd (line 30) | void SetShowCmd(int iShowCmd); method GetIconLocation (line 31) | void GetIconLocation([Out, MarshalAs(UnmanagedType.LPWStr)] StringBu... method SetIconLocation (line 32) | void SetIconLocation([MarshalAs(UnmanagedType.LPWStr)] string pszIco... method SetRelativePath (line 33) | void SetRelativePath([MarshalAs(UnmanagedType.LPWStr)] string pszPat... method Resolve (line 34) | void Resolve(IntPtr hwnd, uint fFlags); method SetPath (line 35) | void SetPath([MarshalAs(UnmanagedType.LPWStr)] string pszFile); class CShellLink (line 38) | [ComImport] type IShellLinkDataList (line 43) | [ComImport] method AddDataBlock (line 48) | void AddDataBlock(IntPtr pDataBlock); method CopyDataBlock (line 49) | void CopyDataBlock(uint dwSig, out IntPtr ppDataBlock); method RemoveDataBlock (line 50) | void RemoveDataBlock(uint dwSig); method GetFlags (line 51) | void GetFlags(out ShellLinkDataFlags pdwFlags); method SetFlags (line 52) | void SetFlags(ShellLinkDataFlags dwFlags); type ShellLinkDataFlags (line 55) | [Flags] type WIN32_FIND_DATAW (line 90) | [StructLayout(LayoutKind.Sequential, Pack = 4, CharSet = CharSet.Unico... type ICONLOCATION (line 107) | public struct ICONLOCATION method ShellLink (line 271) | public ShellLink(string lnkPath = null) method Dispose (line 280) | public void Dispose() method Dispose (line 286) | protected virtual void Dispose(bool disposing) method Save (line 293) | public void Save() { Save(this.ShortcutPath); } method Save (line 295) | public void Save(string lnkPath) method Load (line 300) | public void Load() { Load(this.ShortcutPath); } method Load (line 302) | public void Load(string lnkPath) FILE: ContextMenuManager/BluePointLilac.Methods/SingleInstance.cs class SingleInstance (line 11) | public static class SingleInstance method ShowWindowAsync (line 13) | [DllImport("user32.dll")] method SetForegroundWindow (line 16) | [DllImport("user32.dll")] method IsRunning (line 21) | public static bool IsRunning() method Restart (line 46) | public static void Restart(string[] args = null, string updatePath = n... FILE: ContextMenuManager/BluePointLilac.Methods/StringExtension.cs class StringExtension (line 4) | public static class StringExtension method IsNullOrWhiteSpace (line 6) | public static bool IsNullOrWhiteSpace(this string str) FILE: ContextMenuManager/BluePointLilac.Methods/TextBoxExtension.cs class TextBoxExtension (line 6) | public static class TextBoxExtension method CanResizeFont (line 9) | public static void CanResizeFont(this TextBox box) method SetAutoShowScroll (line 22) | public static void SetAutoShowScroll(this TextBox box, ScrollBars scro... method CanSelectAllWhenReadOnly (line 58) | public static void CanSelectAllWhenReadOnly(this TextBox box) FILE: ContextMenuManager/BluePointLilac.Methods/ToolTipBox.cs class ToolTipBox (line 5) | public static class ToolTipBox method SetToolTip (line 7) | public static void SetToolTip(Control ctr, string tip) method SetToolTip (line 15) | public static void SetToolTip(ToolStripItem item, string tip) FILE: ContextMenuManager/BluePointLilac.Methods/WinOsVersion.cs class WinOsVersion (line 7) | public static class WinOsVersion FILE: ContextMenuManager/Controls/AppSettingBox.cs class AppSettingBox (line 11) | sealed class AppSettingBox : MyList method AppSettingBox (line 13) | public AppSettingBox() method ClearItems (line 159) | public override void ClearItems() method LoadItems (line 164) | public void LoadItems() method ChangeConfigDir (line 184) | private void ChangeConfigDir() method ChangeEngineUrl (line 200) | private void ChangeEngineUrl() method ChangeUpdateFrequency (line 218) | private void ChangeUpdateFrequency() method GetUpdateSelectIndex (line 233) | private int GetUpdateSelectIndex() method GetEngineSelectIndex (line 248) | private int GetEngineSelectIndex() FILE: ContextMenuManager/Controls/DetailedEditDialog.cs class DetailedEditDialog (line 8) | sealed class DetailedEditDialog : CommonDialog method Reset (line 12) | public override void Reset() { } method RunDialog (line 14) | protected override bool RunDialog(IntPtr hwndOwner) FILE: ContextMenuManager/Controls/DetailedEditList.cs class DetailedEditList (line 13) | sealed class DetailedEditList : SwitchDicList method LoadItems (line 17) | public override void LoadItems() FILE: ContextMenuManager/Controls/DictionariesBox.cs class DictionariesBox (line 12) | sealed class DictionariesBox : TabControl method DictionariesBox (line 14) | public DictionariesBox() method SaveFile (line 61) | private void SaveFile() method GetInitialText (line 95) | private string GetInitialText() method LoadText (line 116) | public void LoadText() FILE: ContextMenuManager/Controls/DonateBox.cs class DonateBox (line 12) | sealed class DonateBox : Panel method DonateBox (line 14) | public DonateBox() method GetSingleQR (line 55) | private static Image GetSingleQR(int index) method OnResize (line 67) | protected override void OnResize(EventArgs e) method SwitchQR (line 79) | private void SwitchQR(object sender, MouseEventArgs e) method ShowDonateDialog (line 93) | private void ShowDonateDialog() class DonateListDialog (line 122) | sealed class DonateListDialog : CommonDialog method Reset (line 126) | public override void Reset() { } method RunDialog (line 128) | protected override bool RunDialog(IntPtr hwndOwner) class DonateListForm (line 142) | sealed class DonateListForm : Form method DonateListForm (line 144) | public DonateListForm() method OnResize (line 187) | protected override void OnResize(EventArgs e) method ShowDonateList (line 198) | public void ShowDonateList(string contents) FILE: ContextMenuManager/Controls/EnhanceMenusDialog.cs class EnhanceMenusDialog (line 8) | sealed class EnhanceMenusDialog : CommonDialog method Reset (line 12) | public override void Reset() { } method RunDialog (line 14) | protected override bool RunDialog(IntPtr hwndOwner) FILE: ContextMenuManager/Controls/EnhanceMenusItem.cs class EnhanceShellItem (line 14) | sealed class EnhanceShellItem : FoldSubItem, IChkVisibleItem method EnhanceShellItem (line 34) | public EnhanceShellItem() method WriteAttributesValue (line 40) | private static void WriteAttributesValue(XmlNode valueXN, string regPath) method WriteSubKeysValue (line 77) | private static void WriteSubKeysValue(XmlNode keyXN, string regPath) method WriteCommandValue (line 107) | private static void WriteCommandValue(XmlNode cmdXE, string regPath) method CreateCommandFile (line 138) | private static string CreateCommandFile(XmlNode xe) class EnhanceShellExItem (line 171) | sealed class EnhanceShellExItem : FoldSubItem, IChkVisibleItem method EnhanceShellExItem (line 201) | public EnhanceShellExItem() FILE: ContextMenuManager/Controls/EnhanceMenusList.cs class EnhanceMenusList (line 9) | sealed class EnhanceMenusList : SwitchDicList method LoadItems (line 13) | public override void LoadItems() method LoadShellItems (line 58) | private void LoadShellItems(XmlNode shellXN, FoldGroupItem groupItem) method LoadShellExItems (line 121) | private void LoadShellExItems(XmlNode shellExXN, FoldGroupItem groupItem) FILE: ContextMenuManager/Controls/ExplorerRestarter.cs class ExplorerRestarter (line 9) | sealed class ExplorerRestarter : MyListItem method ExplorerRestarter (line 11) | public ExplorerRestarter() method Show (line 46) | public static new void Show() => ShowHandler?.Invoke(); method Hide (line 47) | public static new void Hide() => HideHandler?.Invoke(); FILE: ContextMenuManager/Controls/FileExtensionDialog.cs class FileExtensionDialog (line 9) | sealed class FileExtensionDialog : SelectDialog method FileExtensionDialog (line 17) | public FileExtensionDialog() method RunDialog (line 35) | protected override bool RunDialog(IntPtr hwndOwner) FILE: ContextMenuManager/Controls/FoldSubItem.cs class FoldSubItem (line 13) | class FoldSubItem : MyListItem method Indent (line 17) | public void Indent() class FoldGroupItem (line 25) | class FoldGroupItem : MyListItem, IBtnShowMenuItem method FoldGroupItem (line 48) | public FoldGroupItem(string groupPath, PathType pathType) method SetVisibleWithSubItemCount (line 99) | public void SetVisibleWithSubItemCount() method Fold (line 112) | private void Fold() method FoldMe (line 119) | private void FoldMe(bool isFold) method FoldAll (line 128) | private void FoldAll(bool isFold) FILE: ContextMenuManager/Controls/GuidBlockedItem.cs class GuidBlockedItem (line 11) | class GuidBlockedItem : MyListItem, IBtnShowMenuItem, ITsiWebSearchItem,... method GuidBlockedItem (line 13) | public GuidBlockedItem(string value) method InitializeComponents (line 75) | private void InitializeComponents() method DeleteMe (line 93) | public void DeleteMe() FILE: ContextMenuManager/Controls/GuidBlockedList.cs class GuidBlockedList (line 12) | sealed class GuidBlockedList : MyList method LoadItems (line 18) | public void LoadItems() method LoadBlockedItems (line 24) | private void LoadBlockedItems() method AddNewItem (line 42) | private void AddNewItem() FILE: ContextMenuManager/Controls/IEItem.cs class IEItem (line 12) | sealed class IEItem : MyListItem, ITsiRegPathItem, ITsiFilePathItem, ITs... method IEItem (line 17) | public IEItem(string regPath) method InitializeComponents (line 95) | private void InitializeComponents() method DeleteMe (line 115) | public void DeleteMe() FILE: ContextMenuManager/Controls/IEList.cs class IEList (line 11) | sealed class IEList : MyList method LoadItems (line 15) | public void LoadItems() method LoadIEItems (line 21) | private void LoadIEItems() method AddNewItem (line 49) | private void AddNewItem() FILE: ContextMenuManager/Controls/Interfaces/IBtnDeleteItem.cs type IBtnDeleteItem (line 7) | interface IBtnDeleteItem method DeleteMe (line 10) | void DeleteMe(); class DeleteButton (line 13) | sealed class DeleteButton : PictureButton method DeleteButton (line 15) | public DeleteButton(IBtnDeleteItem item) : base(AppImage.Delete) FILE: ContextMenuManager/Controls/Interfaces/IBtnMoveUpDownItem.cs type IBtnMoveUpDownItem (line 6) | interface IBtnMoveUpDownItem class MoveButton (line 12) | sealed class MoveButton : PictureButton method MoveButton (line 14) | public MoveButton(IBtnMoveUpDownItem item, bool isUp) : base(isUp ? Ap... FILE: ContextMenuManager/Controls/Interfaces/IBtnShowMenuItem.cs type IBtnShowMenuItem (line 7) | interface IBtnShowMenuItem class MenuButton (line 13) | sealed class MenuButton : PictureButton method MenuButton (line 15) | public MenuButton(IBtnShowMenuItem item) : base(AppImage.Setting) FILE: ContextMenuManager/Controls/Interfaces/IChkVisibleItem.cs type IChkVisibleItem (line 6) | interface IChkVisibleItem class VisibleCheckBox (line 12) | sealed class VisibleCheckBox : MyCheckBox method VisibleCheckBox (line 14) | public VisibleCheckBox(IChkVisibleItem item) FILE: ContextMenuManager/Controls/Interfaces/IProtectOpenItem.cs type IProtectOpenItem (line 3) | interface IProtectOpenItem method TryProtectOpenItem (line 6) | bool TryProtectOpenItem(); FILE: ContextMenuManager/Controls/Interfaces/ITsiAdministratorItem.cs type ITsiAdministratorItem (line 8) | interface ITsiAdministratorItem class RunAsAdministratorItem (line 15) | sealed class RunAsAdministratorItem : ToolStripMenuItem method RunAsAdministratorItem (line 17) | public RunAsAdministratorItem(ITsiAdministratorItem item) : base(AppSt... FILE: ContextMenuManager/Controls/Interfaces/ITsiCommandItem.cs type ITsiCommandItem (line 9) | interface ITsiCommandItem class ChangeCommandMenuItem (line 15) | sealed class ChangeCommandMenuItem : ToolStripMenuItem method ChangeCommandMenuItem (line 19) | public ChangeCommandMenuItem(ITsiCommandItem item) : base(AppString.Me... method ChangeCommand (line 28) | private string ChangeCommand(string command) FILE: ContextMenuManager/Controls/Interfaces/ITsiDeleteItem.cs type ITsiDeleteItem (line 10) | interface ITsiDeleteItem method DeleteMe (line 13) | void DeleteMe(); type ITsiRegDeleteItem (line 16) | interface ITsiRegDeleteItem : ITsiDeleteItem class DeleteMeMenuItem (line 22) | sealed class DeleteMeMenuItem : ToolStripMenuItem method DeleteMeMenuItem (line 24) | public DeleteMeMenuItem(ITsiDeleteItem item) : base(AppString.Menu.Del... FILE: ContextMenuManager/Controls/Interfaces/ITsiFilePathItem.cs type ITsiFilePathItem (line 8) | interface ITsiFilePathItem class FileLocationMenuItem (line 16) | sealed class FileLocationMenuItem : ToolStripMenuItem method FileLocationMenuItem (line 18) | public FileLocationMenuItem(ITsiFilePathItem item) : base(AppString.Me... class FilePropertiesMenuItem (line 28) | sealed class FilePropertiesMenuItem : ToolStripMenuItem method FilePropertiesMenuItem (line 30) | public FilePropertiesMenuItem(ITsiFilePathItem item) : base(AppString.... FILE: ContextMenuManager/Controls/Interfaces/ITsiGuidItem.cs type ITsiGuidItem (line 10) | interface ITsiGuidItem class HandleGuidMenuItem (line 18) | sealed class HandleGuidMenuItem : ToolStripMenuItem method HandleGuidMenuItem (line 20) | public HandleGuidMenuItem(ITsiGuidItem item) : base(AppString.Menu.Han... method CopyGuid (line 39) | private void CopyGuid() method BlockGuid (line 47) | private void BlockGuid() method AddGuidDic (line 68) | private void AddGuidDic() method OpenClsidPath (line 117) | private void OpenClsidPath() method RefreshMenuItem (line 123) | private void RefreshMenuItem() class AddGuidDicDialog (line 140) | sealed class AddGuidDicDialog : CommonDialog method Reset (line 156) | public override void Reset() { } method RunDialog (line 158) | protected override bool RunDialog(IntPtr hwndOwner) class AddGuidDicForm (line 180) | sealed class AddGuidDicForm : Form method AddGuidDicForm (line 182) | public AddGuidDicForm() method InitializeComponents (line 248) | private void InitializeComponents() method SelectIcon (line 269) | private void SelectIcon() class DetailedEditButton (line 290) | sealed class DetailedEditButton : PictureButton method DetailedEditButton (line 292) | public DetailedEditButton(ITsiGuidItem item) : base(AppImage.SubItems) FILE: ContextMenuManager/Controls/Interfaces/ITsiIconItem.cs type ITsiIconItem (line 9) | interface ITsiIconItem class ChangeIconMenuItem (line 19) | sealed class ChangeIconMenuItem : ToolStripMenuItem method ChangeIconMenuItem (line 21) | public ChangeIconMenuItem(ITsiIconItem item) : base(AppString.Menu.Cha... FILE: ContextMenuManager/Controls/Interfaces/ITsiRegExportItem.cs type ITsiRegExportItem (line 9) | interface ITsiRegExportItem class RegExportMenuItem (line 17) | sealed class RegExportMenuItem : ToolStripMenuItem method RegExportMenuItem (line 19) | public RegExportMenuItem(ITsiRegExportItem item) : base(AppString.Menu... FILE: ContextMenuManager/Controls/Interfaces/ITsiRegPathItem.cs type ITsiRegPathItem (line 7) | interface ITsiRegPathItem class RegLocationMenuItem (line 15) | sealed class RegLocationMenuItem : ToolStripMenuItem method RegLocationMenuItem (line 17) | public RegLocationMenuItem(ITsiRegPathItem item) : base(AppString.Menu... FILE: ContextMenuManager/Controls/Interfaces/ITsiShortcutCommandItem.cs type ITsiShortcutCommandItem (line 10) | interface ITsiShortcutCommandItem class ShortcutCommandMenuItem (line 17) | sealed class ShortcutCommandMenuItem : ToolStripMenuItem method ShortcutCommandMenuItem (line 19) | public ShortcutCommandMenuItem(ITsiShortcutCommandItem item) : base(Ap... method ChangeCommand (line 27) | public bool ChangeCommand(ShellLink shellLink) class CommandDialog (line 41) | sealed class CommandDialog : CommonDialog method Reset (line 46) | public override void Reset() { } method RunDialog (line 48) | protected override bool RunDialog(IntPtr hwndOwner) class CommandForm (line 65) | sealed class CommandForm : ResizeLimitedForm method CommandForm (line 67) | public CommandForm() method InitializeComponents (line 117) | private void InitializeComponents() FILE: ContextMenuManager/Controls/Interfaces/ITsiTextItem.cs type ITsiTextItem (line 8) | interface ITsiTextItem class ChangeTextMenuItem (line 15) | sealed class ChangeTextMenuItem : ToolStripMenuItem method ChangeTextMenuItem (line 17) | public ChangeTextMenuItem(ITsiTextItem item) : base(AppString.Menu.Cha... method ChangeText (line 26) | private string ChangeText(string text) FILE: ContextMenuManager/Controls/Interfaces/ITsiWebSearchItem.cs type ITsiWebSearchItem (line 7) | interface ITsiWebSearchItem class WebSearchMenuItem (line 13) | sealed class WebSearchMenuItem : ToolStripMenuItem method WebSearchMenuItem (line 15) | public WebSearchMenuItem(ITsiWebSearchItem item) : base(AppString.Menu... FILE: ContextMenuManager/Controls/LanguagesBox.cs class LanguagesBox (line 16) | sealed class LanguagesBox : FlowLayoutPanel method LanguagesBox (line 18) | public LanguagesBox() method OnResize (line 82) | protected override void OnResize(EventArgs e) method LoadLanguages (line 92) | public void LoadLanguages() method ChangeLanguage (line 171) | private void ChangeLanguage() method GetSelectIndex (line 195) | private int GetSelectIndex() method ShowLanguageDialog (line 202) | public void ShowLanguageDialog() class TranslateDialog (line 260) | sealed class TranslateDialog : CommonDialog method Reset (line 262) | public override void Reset() { } method RunDialog (line 264) | protected override bool RunDialog(IntPtr hwndOwner) class TranslateForm (line 273) | sealed class TranslateForm : Form method TranslateForm (line 275) | public TranslateForm() method TranslateForm (line 353) | static TranslateForm() method InitializeComponents (line 374) | private void InitializeComponents() method SelectFile (line 444) | private void SelectFile() method Save (line 456) | private void Save() FILE: ContextMenuManager/Controls/NewIEDialog.cs class NewIEDialog (line 9) | sealed class NewIEDialog : CommonDialog method Reset (line 12) | public override void Reset() { } method RunDialog (line 14) | protected override bool RunDialog(IntPtr hwndOwner) class NewIEForm (line 25) | sealed class NewIEForm : NewItemForm method InitializeComponents (line 29) | protected override void InitializeComponents() method AddNewItem (line 59) | private void AddNewItem() FILE: ContextMenuManager/Controls/NewItem.cs class NewItem (line 8) | class NewItem : MyListItem method NewItem (line 10) | public NewItem() : this(AppString.Other.NewItem) { } method NewItem (line 12) | public NewItem(string text) FILE: ContextMenuManager/Controls/NewItemForm.cs class NewItemForm (line 10) | class NewItemForm : ResizeLimitedForm method NewItemForm (line 12) | public NewItemForm() method InitializeComponents (line 78) | protected virtual void InitializeComponents() FILE: ContextMenuManager/Controls/NewLnkFileDialog.cs class NewLnkFileDialog (line 9) | sealed class NewLnkFileDialog : CommonDialog method Reset (line 15) | public override void Reset() { } method RunDialog (line 17) | protected override bool RunDialog(IntPtr hwndOwner) class NewLnkForm (line 34) | sealed class NewLnkForm : NewItemForm method InitializeComponents (line 50) | protected override void InitializeComponents() method BrowseFile (line 100) | private void BrowseFile() method BrowseFolder (line 127) | private void BrowseFolder() FILE: ContextMenuManager/Controls/NewOpenWithDialog.cs class NewOpenWithDialog (line 10) | sealed class NewOpenWithDialog : CommonDialog method Reset (line 13) | public override void Reset() { } method RunDialog (line 15) | protected override bool RunDialog(IntPtr hwndOwner) class NewOpenWithForm (line 26) | sealed class NewOpenWithForm : NewItemForm method InitializeComponents (line 35) | protected override void InitializeComponents() method BrowseFile (line 72) | private void BrowseFile() method AddNewItem (line 86) | private void AddNewItem() FILE: ContextMenuManager/Controls/NewShellDialog.cs class NewShellDialog (line 9) | sealed class NewShellDialog : CommonDialog method Reset (line 16) | public override void Reset() { } method RunDialog (line 18) | protected override bool RunDialog(IntPtr hwndOwner) class NewShellForm (line 33) | sealed class NewShellForm : NewItemForm method InitializeComponents (line 66) | protected override void InitializeComponents() method BrowseFile (line 107) | private void BrowseFile() method AddNewItem (line 157) | private void AddNewItem() FILE: ContextMenuManager/Controls/OpenWithItem.cs class OpenWithItem (line 14) | sealed class OpenWithItem : MyListItem, IChkVisibleItem, IBtnShowMenuIte... method OpenWithItem (line 18) | public OpenWithItem(string regPath) method InitializeComponents (line 102) | private void InitializeComponents() method DeleteMe (line 124) | public void DeleteMe() FILE: ContextMenuManager/Controls/OpenWithList.cs class OpenWithList (line 12) | sealed class OpenWithList : MyList method LoadItems (line 14) | public void LoadItems() method LoadOpenWithItems (line 27) | private void LoadOpenWithItems() method AddNewItem (line 60) | private void AddNewItem() FILE: ContextMenuManager/Controls/RuleItem.cs class RuleItem (line 12) | class RuleItem : FoldSubItem, IBtnShowMenuItem, ITsiWebSearchItem method RuleItem (line 14) | public RuleItem(ItemInfo info) type ItemInfo (line 40) | public struct ItemInfo class VisibleRegRuleItem (line 48) | sealed class VisibleRegRuleItem : RuleItem, IChkVisibleItem, ITsiRegPath... type RegRule (line 50) | public struct RegRule method RegRule (line 57) | public RegRule(string regPath, string valueName, object turnOnValue, type RuleAndInfo (line 66) | public struct RuleAndInfo method VisibleRegRuleItem (line 72) | private VisibleRegRuleItem(ItemInfo info) : base(info) method VisibleRegRuleItem (line 80) | public VisibleRegRuleItem(RegRule[] rules, ItemInfo info) method VisibleRegRuleItem (line 83) | public VisibleRegRuleItem(RegRule rule, ItemInfo info) method VisibleRegRuleItem (line 86) | public VisibleRegRuleItem(RuleAndInfo ruleAndInfo) class NumberRegRuleItem (line 232) | sealed class NumberRegRuleItem : RuleItem, ITsiRegPathItem type RegRule (line 234) | public struct RegRule method NumberRegRuleItem (line 251) | public NumberRegRuleItem(RegRule rule, ItemInfo info) : base(info) class StringRegRuleItem (line 301) | sealed class StringRegRuleItem : RuleItem, ITsiRegPathItem type RegRule (line 303) | public struct RegRule method StringRegRuleItem (line 319) | public StringRegRuleItem(RegRule rule, ItemInfo info) : base(info) class VisbleIniRuleItem (line 356) | sealed class VisbleIniRuleItem : RuleItem, IChkVisibleItem type IniRule (line 358) | public struct IniRule method VisbleIniRuleItem (line 367) | public VisbleIniRuleItem(IniRule rule, ItemInfo info) : base(info) class NumberIniRuleItem (line 389) | sealed class NumberIniRuleItem : RuleItem type IniRule (line 391) | public struct IniRule method NumberIniRuleItem (line 401) | public NumberIniRuleItem(IniRule rule, ItemInfo info) : base(info) class StringIniRuleItem (line 455) | sealed class StringIniRuleItem : RuleItem type IniRule (line 457) | public struct IniRule method StringIniRuleItem (line 473) | public StringIniRuleItem(IniRule rule, ItemInfo info) : base(info) FILE: ContextMenuManager/Controls/SendToItem.cs class SendToItem (line 12) | sealed class SendToItem : MyListItem, IChkVisibleItem, IBtnShowMenuItem,... method SendToItem (line 15) | public SendToItem(string filePath) method InitializeComponents (line 188) | private void InitializeComponents() method DeleteMe (line 219) | public void DeleteMe() FILE: ContextMenuManager/Controls/SendToList.cs class SendToList (line 10) | sealed class SendToList : MyList method LoadItems (line 15) | public void LoadItems() method AddNewItem (line 29) | private void AddNewItem() method AddDirItem (line 54) | private void AddDirItem() FILE: ContextMenuManager/Controls/ShellExItem.cs class ShellExItem (line 11) | sealed class ShellExItem : FoldSubItem, IChkVisibleItem, IBtnShowMenuIte... method GetPathAndGuids (line 14) | public static Dictionary GetPathAndGuids(string shellExP... method ShellExItem (line 46) | public ShellExItem(Guid guid, string regPath) method InitializeComponents (line 121) | private void InitializeComponents() method TryProtectOpenItem (line 144) | public bool TryProtectOpenItem() method DeleteMe (line 150) | public void DeleteMe() FILE: ContextMenuManager/Controls/ShellExecuteDialog.cs class ShellExecuteDialog (line 10) | sealed class ShellExecuteDialog : CommonDialog method Reset (line 14) | public override void Reset() { } method RunDialog (line 16) | protected override bool RunDialog(IntPtr hwndOwner) method GetCommand (line 31) | public static string GetCommand(string fileName, string arguments, str... class ShellExecuteForm (line 43) | sealed class ShellExecuteForm : Form method ShellExecuteForm (line 47) | public ShellExecuteForm() method InitializeComponents (line 93) | private void InitializeComponents() class ShellExecuteCheckBox (line 134) | sealed class ShellExecuteCheckBox : CheckBox method ShellExecuteCheckBox (line 136) | public ShellExecuteCheckBox() method OnClick (line 149) | protected override void OnClick(EventArgs e) FILE: ContextMenuManager/Controls/ShellItem.cs class ShellItem (line 14) | class ShellItem : MyListItem, IChkVisibleItem, IBtnShowMenuItem, ITsiTex... type Positions (line 32) | enum Positions { Default, Top, Bottom } method ShellItem (line 34) | public ShellItem(string regPath) method InitializeComponents (line 389) | private void InitializeComponents() method DeleteIcon (line 434) | private void DeleteIcon() method UseShieldIcon (line 441) | private void UseShieldIcon() method RefreshMenuItem (line 459) | private void RefreshMenuItem() method ShowSubItems (line 516) | private void ShowSubItems() method TryProtectOpenItem (line 532) | public bool TryProtectOpenItem() method DeleteMe (line 539) | public virtual void DeleteMe() FILE: ContextMenuManager/Controls/ShellList.cs class ShellList (line 16) | sealed class ShellList : MyList type Scenes (line 35) | public enum Scenes method GetDirectoryTypeName (line 62) | private static string GetDirectoryTypeName(string directoryType) method GetPerceivedTypeName (line 70) | private static string GetPerceivedTypeName(string perceivedType) type DropEffect (line 89) | private enum DropEffect { Default = 0, Copy = 1, Move = 2, CreateLink ... method GetDropEffectName (line 134) | private static string GetDropEffectName() method GetShellPath (line 166) | private static string GetShellPath(string scenePath) => $@"{scenePath}... method GetShellExPath (line 167) | private static string GetShellExPath(string scenePath) => $@"{scenePat... method GetSysAssExtPath (line 168) | private static string GetSysAssExtPath(string typeName) => typeName !=... method GetOpenMode (line 169) | private static string GetOpenMode(string extension) => FileExtension.G... method GetOpenModePath (line 170) | private static string GetOpenModePath(string extension) => extension !... method GetPerceivedType (line 171) | private static string GetPerceivedType(string extension) => Registry.G... method LoadItems (line 175) | public void LoadItems() method LoadItems (line 283) | private void LoadItems(string scenePath) method LoadShellItems (line 291) | private void LoadShellItems(string shellPath) method LoadShellExItems (line 304) | private void LoadShellExItems(string shellExPath) method GetDragDropGroupItem (line 338) | private FoldGroupItem GetDragDropGroupItem(string shellExPath) method AddNewItem (line 365) | private void AddNewItem(string scenePath) method AddNewShellItem (line 451) | private void AddNewShellItem(string scenePath) method AddNewShellExItem (line 473) | private void AddNewShellExItem(string scenePath) method LoadStoreItems (line 549) | private void LoadStoreItems() method LoadUwpModeItem (line 561) | private void LoadUwpModeItem() method LoadAnalysisItems (line 590) | private void LoadAnalysisItems() class SelectItem (line 645) | sealed class SelectItem : MyListItem method SelectItem (line 647) | public SelectItem(Scenes scene) method SetTextAndTip (line 662) | private void SetTextAndTip() method SetImage (line 709) | private void SetImage() method ShowSelectDialog (line 721) | private void ShowSelectDialog() method RefreshList (line 853) | private void RefreshList() class JumpItem (line 861) | sealed class JumpItem : MyListItem method JumpItem (line 863) | public JumpItem(Scenes scene) FILE: ContextMenuManager/Controls/ShellNewItem.cs class ShellNewItem (line 37) | sealed class ShellNewItem : MyListItem, IChkVisibleItem, ITsiTextItem, I... method ShellNewItem (line 47) | public ShellNewItem(ShellNewList list, string regPath) method InitializeComponents (line 248) | private void InitializeComponents() method EditInitialData (line 288) | private void EditInitialData() method SetSortabled (line 302) | public void SetSortabled(bool isLocked) method MoveWithSeparator (line 307) | private void MoveWithSeparator(bool isBefore) method DeleteMe (line 316) | public void DeleteMe() FILE: ContextMenuManager/Controls/ShellNewList.cs class ShellNewList (line 17) | sealed class ShellNewList : MyList method LoadItems (line 23) | public void LoadItems() method LoadUnlockItems (line 34) | private void LoadUnlockItems() method LoadLockItems (line 46) | private void LoadLockItems() method LoadItems (line 52) | private void LoadItems(List extensions) method MoveItem (line 108) | public void MoveItem(ShellNewItem shellNewItem, bool isUp) method SaveSorting (line 121) | public void SaveSorting() method AddNewItem (line 136) | private void AddNewItem() method GetWebShellNewData (line 193) | private static byte[] GetWebShellNewData(string extension) class ShellNewLockItem (line 219) | public sealed class ShellNewLockItem : MyListItem, IChkVisibleItem, IB... method ShellNewLockItem (line 221) | public ShellNewLockItem(ShellNewList list) method Lock (line 281) | public static void Lock() method UnLock (line 292) | public static void UnLock() class ShellNewSeparator (line 312) | public sealed class ShellNewSeparator : MyListItem method ShellNewSeparator (line 314) | public ShellNewSeparator() FILE: ContextMenuManager/Controls/ShellStoreDialog.cs class ShellStoreDialog (line 11) | sealed class ShellStoreDialog : CommonDialog method Reset (line 18) | public override void Reset() { } method RunDialog (line 20) | protected override bool RunDialog(IntPtr hwndOwner) class ShellStoreForm (line 31) | public sealed class ShellStoreForm : Form method ShellStoreForm (line 37) | public ShellStoreForm(string shellPath, Func filter, b... method InitializeComponents (line 94) | private void InitializeComponents() method OnResize (line 107) | protected override void OnResize(EventArgs e) method LoadItems (line 116) | private void LoadItems(bool isReference) method GetSelectedItems (line 142) | private void GetSelectedItems() class StoreShellItem (line 152) | sealed class StoreShellItem : ShellItem method StoreShellItem (line 154) | public StoreShellItem(string regPath, bool isPublic, bool isSelect = t... method DeleteMe (line 183) | public override void DeleteMe() FILE: ContextMenuManager/Controls/ShellSubMenuDialog.cs class ShellSubMenuDialog (line 13) | sealed class ShellSubMenuDialog : CommonDialog method Reset (line 19) | public override void Reset() { } method RunDialog (line 21) | protected override bool RunDialog(IntPtr hwndOwner) class PulicMultiItemsList (line 71) | sealed class PulicMultiItemsList : MyList method LoadItems (line 82) | public void LoadItems() method AddNewItem (line 109) | private void AddNewItem() method AddReference (line 123) | private void AddReference() method AddSeparator (line 143) | private void AddSeparator() method SaveSorting (line 151) | private void SaveSorting() method MoveItem (line 156) | private void MoveItem(MyListItem item, bool isUp) method DeleteItem (line 178) | private void DeleteItem(MyListItem item) class SubShellItem (line 189) | sealed class SubShellItem : SubShellTypeItem method SubShellItem (line 191) | public SubShellItem(PulicMultiItemsList list, string keyName) : ba... method DeleteReference (line 204) | private void DeleteReference() class SeparatorItem (line 213) | sealed class SeparatorItem : SubSeparatorItem method SeparatorItem (line 215) | public SeparatorItem(PulicMultiItemsList list) : base() method DeleteMe (line 224) | public override void DeleteMe() class InvalidItem (line 230) | sealed class InvalidItem : MyListItem, IBtnDeleteItem, IBtnMoveUpDow... method InvalidItem (line 232) | public InvalidItem(PulicMultiItemsList list, string keyName) method DeleteMe (line 251) | public void DeleteMe() class PrivateMultiItemsList (line 258) | sealed class PrivateMultiItemsList : MyList method LoadItems (line 273) | public void LoadItems() method AddNewItem (line 309) | private void AddNewItem() method AddSeparator (line 323) | private void AddSeparator() method AddFromParentMenu (line 340) | private void AddFromParentMenu() method MoveItem (line 361) | public void MoveItem(MyListItem item, bool isUp) method GetItemRegPath (line 394) | private string GetItemRegPath(MyListItem item) method SetItemRegPath (line 400) | private void SetItemRegPath(MyListItem item, string regPath) class SubShellItem (line 406) | sealed class SubShellItem : SubShellTypeItem method SubShellItem (line 408) | public SubShellItem(PrivateMultiItemsList list, string regPath) : ... method SetItemTextValue (line 418) | private void SetItemTextValue() class SeparatorItem (line 436) | sealed class SeparatorItem : SubSeparatorItem method SeparatorItem (line 438) | public SeparatorItem(PrivateMultiItemsList list, string regPath) method DeleteMe (line 449) | public override void DeleteMe() class SubSeparatorItem (line 461) | class SubSeparatorItem : MyListItem, IBtnDeleteItem, IBtnMoveUpDownItem method SubSeparatorItem (line 463) | public SubSeparatorItem() method DeleteMe (line 477) | public virtual void DeleteMe() { } class SubShellTypeItem (line 480) | class SubShellTypeItem : ShellItem, IBtnMoveUpDownItem method SubShellTypeItem (line 482) | public SubShellTypeItem(string regPath) : base(regPath) method CanAddMore (line 495) | public static bool CanAddMore(MyList list) class SubNewItem (line 508) | sealed class SubNewItem : NewItem method SubNewItem (line 510) | public SubNewItem(bool isPublic) FILE: ContextMenuManager/Controls/SubItemsForm.cs class SubItemsForm (line 9) | sealed class SubItemsForm : Form method SubItemsForm (line 11) | public SubItemsForm() method AddList (line 26) | public void AddList(MyList myList) FILE: ContextMenuManager/Controls/SwitchDicList.cs class SwitchDicList (line 10) | class SwitchDicList : MyList method LoadItems (line 14) | public virtual void LoadItems() method AddSwitchItem (line 19) | public void AddSwitchItem() class SwitchDicItem (line 32) | sealed class SwitchDicItem : MyListItem method SwitchDicItem (line 34) | public SwitchDicItem() FILE: ContextMenuManager/Controls/UwpModeItem.cs class UwpModeItem (line 11) | sealed class UwpModeItem : MyListItem, IChkVisibleItem, ITsiRegPathItem,... method UwpModeItem (line 14) | public UwpModeItem(string uwpName, Guid guid) method InitializeComponents (line 77) | private void InitializeComponents() method DeleteMe (line 96) | public void DeleteMe() FILE: ContextMenuManager/Controls/WinXGroupItem.cs class WinXGroupItem (line 8) | sealed class WinXGroupItem : FoldGroupItem, IChkVisibleItem, ITsiDeleteI... method WinXGroupItem (line 10) | public WinXGroupItem(string groupPath) : base(groupPath, ObjectPath.Pa... method InitializeComponents (line 47) | private void InitializeComponents() method RestoreDefault (line 59) | private void RestoreDefault() method DeleteMe (line 79) | public void DeleteMe() FILE: ContextMenuManager/Controls/WinXItem.cs class WinXItem (line 11) | sealed class WinXItem : FoldSubItem, IChkVisibleItem, IBtnShowMenuItem, ... method WinXItem (line 14) | public WinXItem(string filePath, FoldGroupItem group) method InitializeComponents (line 116) | private void InitializeComponents() method ChangeGroup (line 151) | private void ChangeGroup() method MoveItem (line 190) | private void MoveItem(bool isUp) method DeleteMe (line 220) | public void DeleteMe() FILE: ContextMenuManager/Controls/WinXList.cs class WinXList (line 12) | sealed class WinXList : MyList method LoadItems (line 17) | public void LoadItems() method LoadWinXItems (line 26) | private void LoadWinXItems() method AddNewItem (line 60) | private void AddNewItem() method CreateNewGroup (line 124) | private void CreateNewGroup() method GetGroupNames (line 135) | public static string[] GetGroupNames() method GetSortedPaths (line 144) | private static string[] GetSortedPaths(string groupPath, out bool sorted) FILE: ContextMenuManager/MainForm.cs class MainForm (line 13) | sealed class MainForm : MyMainForm method MainForm (line 15) | public MainForm() method JumpItem (line 212) | public void JumpItem(int toolBarIndex, int sideBarIndex) method RefreshApp (line 225) | private void RefreshApp() method SwitchTab (line 236) | private void SwitchTab() method SwitchItem (line 252) | private void SwitchItem() method ShowItemInfo (line 275) | private void ShowItemInfo() method HoveredToShowItemPath (line 293) | private void HoveredToShowItemPath() method DragDropToAnalysis (line 314) | private void DragDropToAnalysis() method SwitchGeneralItem (line 324) | private void SwitchGeneralItem() method SwitchTypeItem (line 342) | private void SwitchTypeItem() method SwitchOtherRuleItem (line 349) | private void SwitchOtherRuleItem() method SwitchAboutItem (line 370) | private void SwitchAboutItem() method ResizeSideBar (line 391) | private void ResizeSideBar() method AddContextMenus (line 398) | private void AddContextMenus() method FirstRunDownloadLanguage (line 479) | private void FirstRunDownloadLanguage() method CloseMainForm (line 494) | private void CloseMainForm() FILE: ContextMenuManager/Methods/AppConfig.cs class AppConfig (line 12) | static class AppConfig method AppConfig (line 14) | static AppConfig() method GetGeneralValue (line 85) | private static string GetGeneralValue(string key) method SetGeneralValue (line 90) | private static void SetGeneralValue(string key, object value) method GetWindowValue (line 96) | private static string GetWindowValue(string key) method SetWindowValue (line 101) | private static void SetWindowValue(string key, object value) method ReloadConfig (line 107) | public static void ReloadConfig() method CreateDirectory (line 112) | private static void CreateDirectory() method LoadLanguage (line 127) | private static void LoadLanguage() FILE: ContextMenuManager/Methods/AppImage.cs class AppImage (line 8) | static class AppImage method GetIconImage (line 94) | private static Image GetIconImage(string dllName, int iconIndex) FILE: ContextMenuManager/Methods/AppMessageBox.cs class AppMessageBox (line 6) | public static class AppMessageBox method Show (line 8) | public static DialogResult Show(string text, MessageBoxButtons buttons... FILE: ContextMenuManager/Methods/AppString.cs class AppString (line 8) | static class AppString method GetValue (line 13) | private static string GetValue(string section, string key) method LoadStrings (line 21) | public static void LoadStrings() class General (line 33) | public static class General class ToolBar (line 39) | public static class ToolBar class SideBar (line 49) | public static class SideBar class StatusBar (line 88) | public static class StatusBar class Menu (line 122) | public static class Menu class Dialog (line 166) | public static class Dialog class Message (line 219) | public static class Message class Tip (line 259) | public static class Tip class Other (line 281) | public static class Other FILE: ContextMenuManager/Methods/DesktopIni.cs class DesktopIni (line 6) | static class DesktopIni method GetDesktopIniPath (line 10) | public static string GetDesktopIniPath(string filePath) => $@"{Path.Ge... method DeleteLocalizedFileNames (line 12) | public static void DeleteLocalizedFileNames(string filePath) method SetLocalizedFileNames (line 19) | public static void SetLocalizedFileNames(string filePath, string name) method GetLocalizedFileNames (line 26) | public static string GetLocalizedFileNames(string filePath, bool trans... FILE: ContextMenuManager/Methods/GuidInfo.cs class GuidInfo (line 13) | static class GuidInfo type IconLocation (line 22) | public struct IconLocation method Tostring (line 26) | public string Tostring() => $"{IconPath},{IconIndex}"; method ReloadDics (line 40) | public static void ReloadDics() method RemoveDic (line 51) | public static void RemoveDic(Guid guid) method TryGetValue (line 61) | private static bool TryGetValue(Guid guid, string key, out string value) method GetFilePath (line 72) | public static string GetFilePath(Guid guid) method GetClsidPath (line 123) | public static string GetClsidPath(Guid guid) method GetText (line 136) | public static string GetText(Guid guid) method GetImage (line 189) | public static Image GetImage(Guid guid) method GetIconLocation (line 202) | public static IconLocation GetIconLocation(Guid guid) method GetUwpName (line 226) | public static string GetUwpName(Guid guid) method GetAbsStr (line 239) | private static string GetAbsStr(Guid guid, string relStr, bool isName) FILE: ContextMenuManager/Methods/ObjectPath.cs class ObjectPath (line 10) | static class ObjectPath type PathType (line 13) | public enum PathType { File, Directory, Registry } method GetFullFilePath (line 24) | public static bool GetFullFilePath(string fileName, out string fullPath) method ExtractFilePath (line 51) | public static string ExtractFilePath(string command) method RemoveIllegalChars (line 126) | public static string RemoveIllegalChars(string fileName) method ObjectPathExist (line 136) | public static bool ObjectPathExist(string path, PathType type) method GetNewPathWithIndex (line 155) | public static string GetNewPathWithIndex(string oldPath, PathType type... FILE: ContextMenuManager/Methods/Updater.cs class Updater (line 10) | sealed class Updater method PeriodicUpdate (line 13) | public static void PeriodicUpdate() method Update (line 25) | public static void Update(bool isManual) method UpdateApp (line 34) | private static void UpdateApp(bool isManual) method UpdateText (line 100) | private static void UpdateText(bool isManual) method MachinedInfo (line 147) | private static string MachinedInfo(string info) FILE: ContextMenuManager/Methods/UwpHelper.cs class UwpHelper (line 8) | static class UwpHelper method GetPackageName (line 13) | public static string GetPackageName(string uwpName) method GetRegPath (line 30) | public static string GetRegPath(string uwpName, Guid guid) method GetFilePath (line 37) | public static string GetFilePath(string uwpName, Guid guid) FILE: ContextMenuManager/Methods/WinXHasher.cs class WinXHasher (line 15) | static class WinXHasher method HashData (line 17) | [DllImport("shlwapi.dll", CharSet = CharSet.Unicode, ExactSpelling = t... method SHCreateItemFromParsingName (line 22) | [DllImport("shell32.dll", CharSet = CharSet.Unicode, PreserveSig = fal... method PSGetPropertyKeyFromName (line 26) | [DllImport("propsys.dll", CharSet = CharSet.Unicode, SetLastError = tr... type IPropertyStore (line 29) | [ComImport] method GetCount (line 34) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method GetAt (line 37) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method GetValue (line 40) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method SetValue (line 43) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... method Commit (line 46) | [MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodC... type IShellItem (line 50) | [ComImport] method BindToHandler (line 55) | void BindToHandler(IntPtr pbc, [MarshalAs(UnmanagedType.LPStruct)] G... method GetParent (line 56) | void GetParent(out IShellItem ppsi); method GetDisplayName (line 57) | void GetDisplayName(uint sigdnName, out IntPtr ppszName); method GetAttributes (line 58) | void GetAttributes(uint sfgaoMask, out uint psfgaoAttribs); method Compare (line 59) | void Compare(IShellItem psi, uint hint, out int piOrder); type IShellItem2 (line 62) | [ComImport] method BindToHandler (line 68) | [return: MarshalAs(UnmanagedType.Interface)] method GetParent (line 71) | IShellItem GetParent(); method GetDisplayName (line 73) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetAttributes (line 76) | uint GetAttributes(uint sfgaoMask); method Compare (line 78) | int Compare(IShellItem psi, uint hint); method GetPropertyStore (line 80) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStoreWithCreateObject (line 83) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyStoreForKeys (line 86) | [return: MarshalAs(UnmanagedType.Interface)] method GetPropertyDescriptionList (line 89) | [return: MarshalAs(UnmanagedType.Interface)] method Update (line 92) | void Update(IBindCtx pbc); method GetProperty (line 94) | [SecurityCritical] method GetCLSID (line 97) | Guid GetCLSID(IntPtr key); method GetFileTime (line 99) | ComTypes.FILETIME GetFileTime(IntPtr key); method GetInt32 (line 101) | int GetInt32(IntPtr key); method GetString (line 103) | [return: MarshalAs(UnmanagedType.LPWStr)] method GetUInt32 (line 106) | uint GetUInt32(IntPtr key); method GetUInt64 (line 108) | ulong GetUInt64(IntPtr key); method GetBool (line 110) | [return: MarshalAs(UnmanagedType.Bool)] type PropertyKey (line 114) | [StructLayout(LayoutKind.Sequential, Pack = 4)] type PropVariant (line 121) | [StructLayout(LayoutKind.Explicit, Pack = 1)] type GPS (line 148) | [Flags] method HashLnk (line 163) | public static void HashLnk(string lnkPath) method GetGeneralizePath (line 210) | private static string GetGeneralizePath(string filePath) FILE: ContextMenuManager/Methods/XmlDicHelper.cs class XmlDicHelper (line 12) | static class XmlDicHelper method ReloadDics (line 22) | public static void ReloadDics() method JudgeOSVersion (line 85) | public static bool JudgeOSVersion(XmlNode itemXN) method FileExists (line 118) | public static bool FileExists(XmlNode itemXN) method JudgeCulture (line 129) | public static bool JudgeCulture(XmlNode itemXN) method ConvertToBinary (line 139) | public static byte[] ConvertToBinary(string value) method GetValueKind (line 154) | public static RegistryValueKind GetValueKind(string type, RegistryValu... FILE: ContextMenuManager/Program.cs class Program (line 9) | static class Program method Main (line 11) | [STAThread] FILE: ContextMenuManager/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: ContextMenuManager/Properties/Resources/ShellNew/0.c function main (line 3) | int main() FILE: ContextMenuManager/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]