SYMBOL INDEX (948 symbols across 81 files) FILE: PowerToys/src/common/interop/keyboard_layout.cpp function DWORD (line 30) | DWORD LayoutMap::GetKeyFromName(const std::wstring& name) function mapKeycodeToUnicode (line 66) | bool mapKeycodeToUnicode(const int vCode, HKL layout, const BYTE* keySta... FILE: PowerToys/src/common/sysinternals/Eula/eula.c function BOOL (line 75) | static BOOL EulaCenter( HWND hwndChild, HWND hwndParent ) function BOOL (line 130) | static BOOL PrintRichedit( HWND hRichedit ) function DWORD (line 231) | DWORD CALLBACK StreamCallback( DWORD_PTR dwCookie, LPBYTE pbBuff, LONG c... function INT_PTR (line 243) | static INT_PTR CALLBACK EulaProc( HWND hwndDlg, UINT uMsg, WPARAM wParam... function WORD (line 288) | static WORD * Align2( WORD * pos ) function WORD (line 292) | static WORD * Align4( WORD * pos ) function CopyText (line 297) | static int CopyText( WORD * pos, const WCHAR * text ) function BOOL (line 304) | BOOL ShowEulaInternal( const TCHAR * ToolName, DWORD eulaAccepted ) function BOOL (line 448) | BOOL ShowEulaW( const TCHAR * ToolName, int *argc, PWCHAR argv[] ) function BOOL (line 494) | BOOL ShowEula( const TCHAR * ToolName, int *argc, PTCHAR argv[] ) function BOOL (line 531) | BOOL IsIoTEdition() function BOOL (line 553) | BOOL IsRemoteOnlyEdition() function BOOL (line 575) | BOOL IsRunningRemotely() function DWORD (line 582) | DWORD ShowEulaConsole() function ShowEulaConsoleNoPrompt (line 610) | void ShowEulaConsoleNoPrompt() function BOOL (line 620) | BOOL IsEulaAcceptedValueExist(HKEY hKeyRoot, LPCTSTR lpSubKey) function BOOL (line 646) | BOOL IsEulaRegkeyAdded(const TCHAR * ToolName) function BOOL (line 674) | BOOL IsEulaSwitchAppended(int *argc, PTCHAR argv[]) function BOOL (line 699) | BOOL IsEulaAccepted(const TCHAR * ToolName, int *argc, PTCHAR argv[]) FILE: PowerToys/src/modules/CropAndLock/CropAndLock/main.cpp type winrt (line 22) | namespace winrt type util (line 30) | namespace util function wWinMain (line 38) | int WINAPI wWinMain(_In_ HINSTANCE, _In_opt_ HINSTANCE, _In_ PWSTR lpCmd... FILE: PowerToys/src/modules/FileLocksmith/FileLocksmithContextMenu/dllmain.cpp function BOOL (line 26) | BOOL APIENTRY DllMain( HMODULE hModule, function FileLocksmithContextMenuCommand (line 44) | FileLocksmithContextMenuCommand final : public RuntimeClass optio... method GetUserName (line 438) | internal static bool GetUserName() method ShowOneWayModeMessage (line 460) | internal static void ShowOneWayModeMessage() method ApplyCADSetting (line 472) | internal static void ApplyCADSetting() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/Common.MachineStuff.cs type MachineInf (line 29) | internal struct MachineInf class MyRectangle (line 36) | internal class MyRectangle class Common (line 44) | internal partial class Common method MoveToMyNeighbourIfNeeded (line 91) | static bool MoveToMyNeighbourIfNeeded(int x, int y) method ConvertToUniversalValue (line 196) | private static Point ConvertToUniversalValue(Point p, MyRectangle r) method MoveToMyNeighbourIfNeeded (line 218) | internal static Point MoveToMyNeighbourIfNeeded(int x, int y, ID desMa... method MoveRight (line 302) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method MoveLeft (line 442) | [SuppressMessage("Microsoft.Maintainability", "CA1502:AvoidExcessiveCo... method MoveUp (line 551) | private static Point MoveUp(int x, int y) method MoveDown (line 620) | private static Point MoveDown(int x, int y) method RemoveDeadMachines (line 690) | internal static bool RemoveDeadMachines(ID ip) method RemoveDeadMachines (line 711) | internal static void RemoveDeadMachines() method AddToMachinePool (line 727) | internal static string AddToMachinePool(DATA package) method UpdateClientSockets (line 794) | internal static void UpdateClientSockets(string logHeader) method ShowSetupForm (line 808) | internal static void ShowSetupForm(bool reopenSockets = false) method CloseSetupForm (line 844) | internal static void CloseSetupForm() method ShowMachineMatrix (line 853) | internal static void ShowMachineMatrix() method UpdateMachinePoolStringSetting (line 962) | internal static void UpdateMachinePoolStringSetting() method SendMachineMatrix (line 967) | internal static void SendMachineMatrix() method UpdateMachineMatrix (line 993) | internal static void UpdateMachineMatrix(DATA package) method SwitchToMachine (line 1023) | internal static void SwitchToMachine(string name) method SwitchToMultipleMode (line 1045) | internal static void SwitchToMultipleMode(bool multipleMode, bool cent... method CheckSecondInstance (line 1067) | internal static bool CheckSecondInstance(bool sendMessage = false) method AssertOneInstancePerDesktopSession (line 1081) | internal static void AssertOneInstancePerDesktopSession() method IdFromName (line 1093) | internal static ID IdFromName(string name) method NameFromID (line 1098) | internal static string NameFromID(ID id) method InMachineMatrix (line 1111) | internal static bool InMachineMatrix(string name) method ClearComputerMatrix (line 1129) | internal static void ClearComputerMatrix() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/Common.Service.cs class Common (line 30) | internal partial class Common method StartMouseWithoutBordersService (line 35) | internal static void StartMouseWithoutBordersService(string desktopToR... method StartServiceAndSendLogoffSignal (line 138) | internal static void StartServiceAndSendLogoffSignal() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/EasyMouseOption.cs type EasyMouseOption (line 7) | internal enum EasyMouseOption : int FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/Extensions.cs class Extensions (line 16) | internal static class Extensions method ReadEx (line 18) | internal static int ReadEx(this Stream st, byte[] buf, int bufIndex, i... method KillProcess (line 32) | internal static void KillProcess(this Process process, bool keepTrying... FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/IClipboardHelper.cs type ByteArrayOrString (line 36) | [JsonObject(MemberSerialization.OptIn)] type ValueType (line 39) | private enum ValueType method ByteArrayOrString (line 51) | public ByteArrayOrString(byte[] byteArray) method ByteArrayOrString (line 58) | public ByteArrayOrString(string str) method ShouldSerializeByteArray (line 91) | public bool ShouldSerializeByteArray() => IsByteArray; method ShouldSerializeString (line 93) | public bool ShouldSerializeString() => IsString; method GetByteArray (line 95) | public byte[] GetByteArray() method GetString (line 105) | public string GetString() type IClipboardHelper (line 120) | public interface IClipboardHelper method SendLog (line 122) | void SendLog(string log); method SendDragFile (line 124) | void SendDragFile(string fileName); method SendClipboardData (line 126) | void SendClipboardData(ByteArrayOrString data, bool isFilePath); class ClipboardHelper (line 130) | public class ClipboardHelper : IClipboardHelper method SendLog (line 132) | public void SendLog(string log) method SendDragFile (line 155) | public void SendDragFile(string fileName) method SendClipboardData (line 160) | public void SendClipboardData(ByteArrayOrString data, bool isFilePath) class IpcChannel (line 167) | internal sealed class IpcChannel method StartIpcServer (line 170) | public static T StartIpcServer(string pipeName, CancellationToken canc... class IpcHelper (line 216) | internal sealed class IpcHelper method CleanupStream (line 222) | private static void CleanupStream() method CreateIpcServer (line 234) | internal static void CreateIpcServer(bool cleanup) method CreateIpcClient (line 258) | internal static IClipboardHelper CreateIpcClient() class EventLogger (line 279) | internal static class EventLogger method LogEvent (line 287) | internal static void LogEvent(string message, EventLogEntryType logTyp... class ClipboardMMHelper (line 306) | internal static class ClipboardMMHelper method Log (line 312) | private static void Log(string log) method Log (line 317) | private static void Log(Exception e) method HookClipboard (line 322) | internal static void HookClipboard(FormHelper f) method UnhookClipboard (line 362) | internal static void UnhookClipboard() method ReHookClipboard (line 376) | private static void ReHookClipboard() method UpdateNextClipboardViewer (line 382) | internal static bool UpdateNextClipboardViewer(Message m) method PassMessageToTheNextViewer (line 393) | internal static void PassMessageToTheNextViewer(Message m) method ContainsFileDropList (line 401) | public static bool ContainsFileDropList() method ContainsImage (line 423) | public static bool ContainsImage() method ContainsText (line 445) | public static bool ContainsText() method GetFileDropList (line 467) | public static StringCollection GetFileDropList() method GetImage (line 489) | public static Image GetImage() method GetText (line 511) | public static string GetText(TextDataFormat format) method SetImage (line 537) | public static void SetImage(Image image) method SetText (line 566) | public static void SetText(string text) class SharedConst (line 598) | internal sealed class SharedConst class Common (line 603) | internal sealed partial class Common method Retry (line 607) | internal static T Retry(string name, Func func, Action l... FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/InputHook.cs class InputHook (line 30) | internal class InputHook type MouseHookStruct (line 36) | [StructLayout(LayoutKind.Sequential)] type MouseLLHookStruct (line 46) | [StructLayout(LayoutKind.Sequential)] type KeyboardHookStruct (line 56) | [StructLayout(LayoutKind.Sequential)] method InputHook (line 94) | internal InputHook() method Start (line 104) | internal void Start() method Stop (line 159) | internal void Stop() method LParamToMouseLLHookStruct (line 189) | private static MouseLLHookStruct LParamToMouseLLHookStruct(IntPtr lParam) method LParamToKeyboardHookStruct (line 197) | private static KeyboardHookStruct LParamToKeyboardHookStruct(IntPtr lP... method MouseHookProc (line 205) | private int MouseHookProc(int nCode, int wParam, IntPtr lParam) method KeyboardHookProc (line 337) | private int KeyboardHookProc(int nCode, int wParam, IntPtr lParam) method ProcessKeyEx (line 371) | private bool ProcessKeyEx(int vkCode, int flags, KEYBDDATA hookCallbac... method UpdateEasyMouseKeyDown (line 467) | private void UpdateEasyMouseKeyDown(VK vkCode) method ResetModifiersState (line 477) | private void ResetModifiersState(HotkeySettings matchingHotkey) method GetVkCodesList (line 485) | private List GetVkCodesList(HotkeySettings hotkey) method ProcessHotKeys (line 516) | private bool ProcessHotKeys(int vkCode, KEYBDDATA hookCallbackKeybdData) method Switch2 (line 626) | private static bool Switch2(int index) method ResetLastSwitchKeys (line 660) | internal void ResetLastSwitchKeys() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/Program.cs class Program (line 47) | internal static class Program method Main (line 55) | [STAThread] type ISettingsSyncHelper (line 240) | private interface ISettingsSyncHelper type MachineSocketState (line 242) | [JsonObject(MemberSerialization.OptIn)] method Shutdown (line 255) | void Shutdown(); method Reconnect (line 257) | void Reconnect(); method GenerateNewKey (line 259) | void GenerateNewKey(); method ConnectToMachine (line 261) | void ConnectToMachine(string machineName, string securityKey); method RequestMachineSocketStateAsync (line 263) | Task RequestMachineSocketStateAsync(); class SettingsSyncHelper (line 266) | private sealed class SettingsSyncHelper : ISettingsSyncHelper method RequestMachineSocketStateAsync (line 268) | public Task RequestMachine... method ConnectToMachine (line 289) | public void ConnectToMachine(string pcName, string securityKey) method GenerateNewKey (line 312) | public void GenerateNewKey() method Reconnect (line 327) | public void Reconnect() method Shutdown (line 347) | public void Shutdown() method StartSettingSyncThread (line 364) | internal static void StartSettingSyncThread() method StartInputCallbackThread (line 372) | internal static void StartInputCallbackThread() method InputCallbackThread (line 380) | private static void InputCallbackThread() method StartService (line 395) | internal static void StartService() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Class/SocketStuff.cs type SocketStatus (line 53) | internal enum SocketStatus : int class TcpSk (line 67) | internal class TcpSk : IDisposable method TcpSk (line 69) | public TcpSk(bool isClient, Socket s, SocketStatus status, string mach... method Dispose (line 138) | public void Dispose() class SocketStuff (line 148) | internal class SocketStuff method SocketStuff (line 178) | internal SocketStuff(int port, bool byUser) method Close (line 355) | internal void Close(bool sentWait) method CreateSocket (line 474) | private Exception CreateSocket() method TcpSendData (line 496) | private static int TcpSendData(TcpSk tcp, byte[] bytes) method ProcessReceivedDataEx (line 530) | private static void ProcessReceivedDataEx(byte[] buf) method TcpReceiveData (line 557) | internal static DATA TcpReceiveData(TcpSk tcp, out int bytesReceived) method PreProcessData (line 611) | private static void PreProcessData(PackageType type) method TcpSend (line 661) | internal int TcpSend(TcpSk tcp, DATA data) method TCPServerThread (line 682) | private void TCPServerThread(object param) method GetMachineNameFromSocket (line 732) | private static string GetMachineNameFromSocket(Socket socket) method AddSocket (line 763) | private void AddSocket(Socket s) method StartNewTcpServer (line 771) | private void StartNewTcpServer(TcpSk tcp, string machineName) method UpdateTCPClients (line 796) | internal void UpdateTCPClients() method IsBadIP (line 841) | private static bool IsBadIP(string machineName, IPAddress ip) method AddBadIP (line 849) | private static void AddBadIP(string machineName, IPAddress ip) method ClearBadIPs (line 872) | internal static void ClearBadIPs() method StartNewTcpClient (line 883) | internal void StartNewTcpClient(string machineName) method CheckForSameSubNet (line 1064) | private bool CheckForSameSubNet(List validatedAddresses, st... method GetMyIPv4Addresses (line 1108) | private IEnumerable GetMyIPv4Addresses() method StartNewTcpClientThread (line 1128) | private void StartNewTcpClientThread(string machineName, IPAddress ip) method FlagReopenSocketIfNeeded (line 1238) | private void FlagReopenSocketIfNeeded(Exception e) method MainTCPRoutine (line 1260) | private void MainTCPRoutine(TcpSk tcp, string machineName, bool isClient) method AcceptConnectionAndSendClipboardData (line 1566) | private static void AcceptConnectionAndSendClipboardData(object param) method SendOrReceiveClipboardData (line 1632) | internal static void SendOrReceiveClipboardData(Socket s) method SendClipboardData (line 1672) | internal static void SendClipboardData(Socket s, Stream ecStream) method SendFileEx (line 1812) | private static bool SendFileEx(Socket s, Stream ecStream, string fileN... method SendFile (line 1863) | private static bool SendFile(Socket s, Stream ecStream, string fileName) method SendData (line 1882) | private static bool SendData(Socket s, Stream ecStream, byte[] data) method AddTcpSocket (line 1932) | private TcpSk AddTcpSocket(bool isClient, Socket s, SocketStatus statu... method AddTcpSocket (line 1948) | private TcpSk AddTcpSocket(bool isClient, Socket s, SocketStatus statu... method UpdateTcpSockets (line 1964) | private void UpdateTcpSockets(TcpSk tcp, SocketStatus status) method PreventDoS (line 2094) | private void PreventDoS(List sockets) FILE: PowerToys/src/modules/MouseWithoutBorders/App/Control/Machine.cs class Machine (line 22) | internal partial class Machine : UserControl method Machine (line 31) | internal Machine() method PictureBoxLogo_MouseDown (line 103) | private void PictureBoxLogo_MouseDown(object sender, MouseEventArgs e) method CheckBoxEnabled_CheckedChanged (line 116) | private void CheckBoxEnabled_CheckedChanged(object sender, EventArgs e) method StatusString (line 121) | private static string StatusString(SocketStatus status) method PictureBoxLogo_Paint (line 210) | private void PictureBoxLogo_Paint(object sender, PaintEventArgs e) FILE: PowerToys/src/modules/MouseWithoutBorders/App/Control/Machine.designer.cs class Machine (line 3) | partial class Machine method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Core/Receiver.cs class Receiver (line 28) | internal static class Receiver method PreProcess (line 40) | private static bool PreProcess(DATA package) method ProcessPackage (line 86) | internal static void ProcessPackage(DATA package, TcpSk tcp) method GetNameOfMachineWithClipboardData (line 406) | internal static void GetNameOfMachineWithClipboardData(DATA package) method SignalBigClipboardData (line 424) | private static void SignalBigClipboardData() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SettingsFormPage.Designer.cs class SettingsFormPage (line 3) | partial class SettingsFormPage method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SettingsFormPage.cs class SettingsFormPage (line 13) | public partial class SettingsFormPage : UserControl method SettingsFormPage (line 23) | public SettingsFormPage() method OnPageClosing (line 28) | public virtual void OnPageClosing() method SendNextPage (line 32) | protected void SendNextPage(SettingsFormPage page) method CreateBackPage (line 37) | protected virtual SettingsFormPage CreateBackPage() method GetSecureKey (line 42) | protected string GetSecureKey() method BackButton_Click (line 47) | private void BackButton_Click(object sender, EventArgs e) method ButtonSkip_Click (line 52) | private void ButtonSkip_Click(object sender, EventArgs e) FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage1.Designer.cs class SetupPage1 (line 5) | partial class SetupPage1 method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage2a.Designer.cs class SetupPage2a (line 5) | partial class SetupPage2a method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage2aa.Designer.cs class SetupPage2aa (line 5) | partial class SetupPage2aa method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage2ab.Designer.cs class SetupPage2ab (line 5) | partial class SetupPage2ab method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage2b.Designer.cs class SetupPage2b (line 5) | partial class SetupPage2b method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage3a.Designer.cs class SetupPage3a (line 5) | partial class SetupPage3a method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage3a.cs class SetupPage3a (line 16) | public partial class SetupPage3a : SettingsFormPage method SetupPage3a (line 39) | public SetupPage3a() method ShowStatus (line 45) | private void ShowStatus(string status) method OnPageClosing (line 51) | public override void OnPageClosing() method OnLoad (line 57) | protected override void OnLoad(EventArgs e) method AnimationTimerTick (line 107) | private void AnimationTimerTick(object sender, EventArgs e) method UpdateAnimation (line 112) | private void UpdateAnimation() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage4.Designer.cs class SetupPage4 (line 5) | partial class SetupPage4 method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/Settings/SetupPage5.Designer.cs class SetupPage5 (line 5) | partial class SetupPage5 method Dispose (line 16) | protected override void Dispose(bool disposing) method InitializeComponent (line 31) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmAbout.Designer.cs class FrmAbout (line 3) | partial class FrmAbout method Dispose (line 13) | protected override void Dispose(bool disposing) method InitializeComponent (line 28) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmAbout.cs class FrmAbout (line 20) | internal partial class FrmAbout : System.Windows.Forms.Form, IDisposable method FrmAbout (line 22) | internal FrmAbout() method FrmAbout_FormClosed (line 119) | private void FrmAbout_FormClosed(object sender, FormClosedEventArgs e) FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmInputCallback.cs class FrmInputCallback (line 25) | internal partial class FrmInputCallback : System.Windows.Forms.Form method FrmInputCallback (line 27) | internal FrmInputCallback() method FrmInputCallback_Load (line 32) | private void FrmInputCallback_Load(object sender, EventArgs e) method FrmInputCallback_Shown (line 41) | private void FrmInputCallback_Shown(object sender, EventArgs e) method FrmInputCallback_FormClosing (line 47) | private void FrmInputCallback_FormClosing(object sender, FormClosingEv... method InstallKeyboardAndMouseHook (line 55) | internal void InstallKeyboardAndMouseHook() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmLogon.Designer.cs class frmLogon (line 3) | partial class frmLogon method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmMatrix.Designer.cs class FrmMatrix (line 8) | partial class FrmMatrix method Dispose (line 19) | protected override void Dispose(bool disposing) method InitializeComponent (line 34) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmMatrix.cs class FrmMatrix (line 40) | internal partial class FrmMatrix : System.Windows.Forms.Form, IDisposable method FrmMatrix (line 49) | internal FrmMatrix() method ButtonCancel_Click (line 62) | private void ButtonCancel_Click(object sender, EventArgs e) method ButtonOK_Click (line 69) | private void ButtonOK_Click(object sender, EventArgs e) method UpdateKeyTextBox (line 133) | internal void UpdateKeyTextBox() method InitAll (line 139) | private void InitAll() method LoadMachines (line 148) | private void LoadMachines() method CheckBoxShowKey_CheckedChanged (line 198) | private void CheckBoxShowKey_CheckedChanged(object sender, EventArgs e) method FrmMatrix_Shown (line 203) | private void FrmMatrix_Shown(object sender, EventArgs e) method FrmMatrix_FormClosed (line 248) | private void FrmMatrix_FormClosed(object sender, FormClosedEventArgs e) method PaintMyLogo (line 273) | private void PaintMyLogo() method AddNewMachine (line 338) | private void AddNewMachine() method HelperTimer_Tick (line 372) | private void HelperTimer_Tick(object sender, EventArgs e) method ShowKeyErrorMsg (line 497) | private void ShowKeyErrorMsg(string msg) method UpdateKey (line 504) | private bool UpdateKey(string newKey) method CreateMachines (line 531) | private void CreateMachines() method ArrangeMachines (line 547) | private void ArrangeMachines() method M_EnabledChanged (line 561) | private void M_EnabledChanged(object sender, EventArgs e) method Machine_MouseDown (line 585) | private void Machine_MouseDown(object sender, MouseEventArgs e) method Form_DragEnter (line 604) | private void Form_DragEnter(object sender, DragEventArgs e) method IsOnSameRow (line 611) | private bool IsOnSameRow(Machine m1, Machine m2) method IsOnSameCol (line 616) | private bool IsOnSameCol(Machine m1, Machine m2) method Form_DragOver (line 623) | private void Form_DragOver(object sender, DragEventArgs e) method Form_DragDrop (line 698) | private void Form_DragDrop(object sender, DragEventArgs e) method FrmMatrix_DragLeave (line 721) | private void FrmMatrix_DragLeave(object sender, EventArgs e) method LoadSettingsToUI (line 727) | private void LoadSettingsToUI() method ShowTip (line 750) | internal void ShowTip(ToolTipIcon icon, string text, int duration) method LinkLabelHelp_LinkClicked (line 762) | private void LinkLabelHelp_LinkClicked(object sender, LinkLabelLinkCli... method CheckBoxShareClipboard_CheckedChanged (line 768) | private void CheckBoxShareClipboard_CheckedChanged(object sender, Even... method CheckBoxTransferFile_CheckedChanged (line 777) | private void CheckBoxTransferFile_CheckedChanged(object sender, EventA... method CheckBoxDisableCAD_CheckedChanged (line 786) | private void CheckBoxDisableCAD_CheckedChanged(object sender, EventArg... method FrmMatrix_Load (line 795) | private void FrmMatrix_Load(object sender, EventArgs e) method RadioButton_CheckedChanged (line 911) | private void RadioButton_CheckedChanged(object sender, EventArgs e) method ComboBoxShowSettings_TextChanged (line 923) | private void ComboBoxShowSettings_TextChanged(object sender, EventArgs e) method ComboBoxExitMM_TextChanged (line 928) | private void ComboBoxExitMM_TextChanged(object sender, EventArgs e) method ComboBoxLockMachine_TextChanged (line 933) | private void ComboBoxLockMachine_TextChanged(object sender, EventArgs e) method ComboBoxSwitchToAllPC_TextChanged (line 947) | private void ComboBoxSwitchToAllPC_TextChanged(object sender, EventArg... method CheckBoxHideLogo_CheckedChanged (line 966) | private void CheckBoxHideLogo_CheckedChanged(object sender, EventArgs e) method ShowUpdateMessage (line 971) | private void ShowUpdateMessage() method CheckBoxBlockScreenSaver_CheckedChanged (line 1017) | private void CheckBoxBlockScreenSaver_CheckedChanged(object sender, Ev... method ComboBoxReconnect_TextChanged (line 1023) | private void ComboBoxReconnect_TextChanged(object sender, EventArgs e) method CheckBoxCircle_CheckedChanged (line 1038) | private void CheckBoxCircle_CheckedChanged(object sender, EventArgs e) method CheckBoxBlockMouseAtCorners_CheckedChanged (line 1048) | private void CheckBoxBlockMouseAtCorners_CheckedChanged(object sender,... method CheckBoxHideMouse_CheckedChanged (line 1054) | private void CheckBoxHideMouse_CheckedChanged(object sender, EventArgs e) method ComboBoxEasyMouseOption_TextChanged (line 1060) | private void ComboBoxEasyMouseOption_TextChanged(object sender, EventA... method ComboBoxEasyMouse_TextChanged (line 1073) | private void ComboBoxEasyMouse_TextChanged(object sender, EventArgs e) method CheckBoxMouseMoveRelatively_CheckedChanged (line 1088) | private void CheckBoxMouseMoveRelatively_CheckedChanged(object sender,... method CheckBoxDrawMouse_CheckedChanged (line 1094) | private void CheckBoxDrawMouse_CheckedChanged(object sender, EventArgs e) method CheckBoxTwoRow_CheckedChanged (line 1104) | private void CheckBoxTwoRow_CheckedChanged(object sender, EventArgs e) method ButtonNewKey_Click (line 1110) | private void ButtonNewKey_Click(object sender, EventArgs e) method CheckBoxClipNetStatus_CheckedChanged (line 1126) | private void CheckBoxClipNetStatus_CheckedChanged(object sender, Event... method CheckBoxSendLog_CheckedChanged (line 1132) | private void CheckBoxSendLog_CheckedChanged(object sender, EventArgs e) method FrmMatrix_Resize (line 1137) | private void FrmMatrix_Resize(object sender, EventArgs e) method CheckBoxReverseLookup_CheckedChanged (line 1151) | private void CheckBoxReverseLookup_CheckedChanged(object sender, Event... method CheckBoxVKMap_CheckedChanged (line 1157) | private void CheckBoxVKMap_CheckedChanged(object sender, EventArgs e) method LinkLabelMiniLog_LinkClicked (line 1164) | private void LinkLabelMiniLog_LinkClicked(object sender, LinkLabelLink... method ComboBoxScreenCapture_TextChanged (line 1172) | private void ComboBoxScreenCapture_TextChanged(object sender, EventArg... method LinkLabelReConfigure_LinkClicked (line 1177) | private void LinkLabelReConfigure_LinkClicked(object sender, LinkLabel... method CheckBoxSameSubNet_CheckedChanged (line 1195) | private void CheckBoxSameSubNet_CheckedChanged(object sender, EventArg... method PaintMyLogo (line 1202) | private void PaintMyLogo() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmMessage.Designer.cs class FrmMessage (line 3) | partial class FrmMessage method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmScreen.Designer.cs class FrmScreen (line 3) | partial class FrmScreen method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: PowerToys/src/modules/MouseWithoutBorders/App/Form/frmScreen.cs class FrmScreen (line 52) | internal partial class FrmScreen : System.Windows.Forms.Form method FrmScreen (line 73) | internal FrmScreen() method FrmScreen_FormClosing (line 93) | private void FrmScreen_FormClosing(object sender, FormClosingEventArgs e) method Destroy (line 109) | internal void Destroy() method Quit (line 130) | internal void Quit(bool cleanup, bool isFormClosing) method MenuExit_Click (line 164) | private void MenuExit_Click(object sender, EventArgs e) method MenuOnClick (line 171) | internal void MenuOnClick(object sender, EventArgs e) method UpdateMenu (line 177) | internal void UpdateMenu() method FrmScreen_Load (line 245) | private void FrmScreen_Load(object sender, EventArgs e) method HelperTimer_Tick (line 308) | private void HelperTimer_Tick(object sender, EventArgs e) method MenuMachineMatrix_Click (line 602) | private void MenuMachineMatrix_Click(object sender, EventArgs e) method FrmScreen_MouseMove (line 607) | private void FrmScreen_MouseMove(object sender, MouseEventArgs e) method ChangeIcon (line 621) | internal void ChangeIcon(int iconCode) method MenuAllPC_Click (line 702) | internal void MenuAllPC_Click(object sender, EventArgs e) method UpdateMultipleModeIconAndMenu (line 710) | internal void UpdateMultipleModeIconAndMenu() method WndProc (line 721) | protected override void WndProc(ref Message m) method NotifyIcon_MouseDown (line 855) | private void NotifyIcon_MouseDown(object sender, MouseEventArgs e) method SetTrayIconText (line 863) | internal void SetTrayIconText(string value) method UpdateNotifyIcon (line 873) | internal void UpdateNotifyIcon() method ShowToolTip (line 903) | internal void ShowToolTip(string txt, int timeOutInMilliseconds, ToolT... method MenuSendScreenCaptureClick (line 923) | private void MenuSendScreenCaptureClick(object sender, EventArgs e) method MenuGetScreenCaptureClick (line 941) | private void MenuGetScreenCaptureClick(object sender, EventArgs e) method FrmScreen_Shown (line 950) | private void FrmScreen_Shown(object sender, EventArgs e) method MenuAbout_Click (line 968) | private void MenuAbout_Click(object sender, EventArgs e) method ShowMouseWithoutBordersUiOnWinLogonDesktop (line 981) | private void ShowMouseWithoutBordersUiOnWinLogonDesktop(bool initMenuS... method HideMenuWhenRunOnLogonDesktop (line 1005) | internal void HideMenuWhenRunOnLogonDesktop() method MainMenu_MouseLeave (line 1021) | private void MainMenu_MouseLeave(object sender, EventArgs e) method ShowMessageOnLogonDesktop (line 1037) | internal void ShowMessageOnLogonDesktop(bool turnOff) method PaintMyNameOnDesktop (line 1102) | internal void PaintMyNameOnDesktop() method MenuHelp_Click (line 1196) | private void MenuHelp_Click(object sender, EventArgs e) method MenuReinstallKeyboardAndMouseHook_Click (line 1200) | internal void MenuReinstallKeyboardAndMouseHook_Click(object sender, E... method MenuGenDumpFile_Click (line 1216) | private void MenuGenDumpFile_Click(object sender, EventArgs e) method MainMenu_Opening (line 1221) | private void MainMenu_Opening(object sender, CancelEventArgs e) FILE: PowerToys/src/modules/MouseWithoutBorders/App/Helper/FormHelper.cs class FormHelper (line 19) | public partial class FormHelper : System.Windows.Forms.Form type FocusArea (line 31) | private struct FocusArea method FocusArea (line 36) | internal FocusArea(RectangleF rec, Color color) method FormHelper (line 46) | public FormHelper() method SetDPIAwareness (line 62) | private void SetDPIAwareness() method QuitDueToCommunicationError (line 95) | private void QuitDueToCommunicationError() method FormHelper_DragEnter (line 118) | private void FormHelper_DragEnter(object sender, DragEventArgs e) method TimerHelper_Tick (line 145) | private void TimerHelper_Tick(object sender, EventArgs e) method FormHelper_Shown (line 157) | private void FormHelper_Shown(object sender, EventArgs e) method SendLog (line 163) | internal void SendLog(string log) method GetTick (line 175) | private long GetTick() // ms method GetClipboardText (line 180) | private string GetClipboardText() method WndProc (line 236) | protected override void WndProc(ref Message m) method SetForeGround (line 462) | private bool SetForeGround() method LogForeGroundWindow (line 481) | private bool LogForeGroundWindow(string logTag) method AssignEventHandlers (line 497) | private void AssignEventHandlers(PictureBox p) method MouseMoveHandler (line 504) | private void MouseMoveHandler() method MouseDownMoveHandler (line 551) | private void MouseDownMoveHandler() method MouseUpHandler (line 611) | private void MouseUpHandler(bool canceled = false, bool rightMouseButt... method FormHelper_FormClosed (line 693) | private void FormHelper_FormClosed(object sender, FormClosedEventArgs e) method FormHelper_LocationChanged (line 698) | private void FormHelper_LocationChanged(object sender, EventArgs e) method FormHelper_KeyDown (line 710) | private void FormHelper_KeyDown(object sender, KeyEventArgs e) method FormHelper_KeyUp (line 723) | private void FormHelper_KeyUp(object sender, KeyEventArgs e) method FormHelper_FormClosing (line 741) | private void FormHelper_FormClosing(object sender, FormClosingEventArg... method FormHelper_MouseDown (line 749) | private void FormHelper_MouseDown(object sender, MouseEventArgs e) method FormHelper_MouseMove (line 756) | private void FormHelper_MouseMove(object sender, MouseEventArgs e) method FormHelper_MouseUp (line 768) | private void FormHelper_MouseUp(object sender, MouseEventArgs e) method PointInStandardDPI (line 773) | private Point PointInStandardDPI(Point p) method RectangleFInStandardDPI (line 781) | private RectangleF RectangleFInStandardDPI(RectangleF r) FILE: PowerToys/src/modules/MouseWithoutBorders/ModuleInterface/dllmain.cpp function BOOL (line 19) | BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID ... function GetUserSid (line 37) | bool GetUserSid(const wchar_t* username, PSID& sid) function GetCurrentUserSid (line 65) | std::wstring GetCurrentUserSid() function escapeDoubleQuotes (line 96) | std::wstring escapeDoubleQuotes(const std::wstring& input) class MouseWithoutBorders (line 118) | class MouseWithoutBorders : public PowertoyModuleIface method is_enabled_by_default (line 128) | bool is_enabled_by_default() const override method is_process_running (line 133) | bool is_process_running() method launch_process (line 138) | void launch_process() method unregister_service (line 161) | void unregister_service() method register_service (line 205) | void method update_state_from_settings (line 364) | void update_state_from_settings(const PowerToysSettings::PowerToyValue... method MouseWithoutBorders (line 404) | MouseWithoutBorders() method gpo_policy_enabled_configuration (line 425) | virtual powertoys_gpo::gpo_rule_configured_t gpo_policy_enabled_config... method shutdown_process (line 430) | void shutdown_process(HANDLE handle) method shutdown_processes (line 455) | void shutdown_processes() method destroy (line 473) | virtual void destroy() override method wchar_t (line 480) | virtual const wchar_t* get_name() override method get_config (line 485) | virtual bool get_config(wchar_t* buffer, int* buffer_size) override method wchar_t (line 495) | virtual const wchar_t* get_key() override method set_config (line 500) | virtual void set_config(const wchar_t* config) override method enable (line 519) | virtual void enable() method disable (line 528) | virtual void disable() method is_enabled (line 546) | virtual bool is_enabled() override method launch_add_firewall_process (line 551) | void launch_add_firewall_process() method call_custom_action (line 586) | virtual void call_custom_action(const wchar_t* action) override function PowertoyModuleIface (line 610) | __declspec(dllexport) PowertoyModuleIface* __cdecl powertoy_create() FILE: PowerToys/src/modules/Workspaces/WorkspacesEditor/Models/Project.cs class Project (line 21) | public class Project : INotifyPropertyChanged method Project (line 201) | public Project(Project selectedProject) method Project (line 229) | public Project(ProjectData.ProjectWrapper project) method OnPropertyChanged (line 314) | public void OnPropertyChanged(PropertyChangedEventArgs e) method Initialize (line 319) | public async void Initialize(Theme currentTheme) method GetCommonBounds (line 327) | private Rectangle GetCommonBounds() method UpdateAfterLaunchAndEdit (line 345) | public void UpdateAfterLaunchAndEdit(Project projectBeforeLaunch) method CloseExpanders (line 363) | internal void CloseExpanders() method GetMonitorForApp (line 371) | internal MonitorSetup GetMonitorForApp(Application app) FILE: PowerToys/src/modules/ZoomIt/ZoomIt/Zoomit.cpp type winrt (line 32) | namespace winrt type util (line 45) | namespace util function SaveToClipboard (line 196) | bool SaveToClipboard( const WCHAR* filePath, HWND hwnd ) function OutputDebug (line 241) | void OutputDebug(const TCHAR* format, ...) function InitializeFonts (line 271) | void InitializeFonts( HWND hwnd, HFONT *bold ) function EnsureForeground (line 310) | void EnsureForeground() function RestoreForeground (line 321) | void RestoreForeground() function VOID (line 340) | VOID ErrorDialog( HWND hParent, PCTSTR message, DWORD _Error ) function VOID (line 364) | VOID ErrorDialogString( HWND hParent, PCTSTR Message, const wchar_t *_Er... function SetAutostartFilePath (line 394) | void SetAutostartFilePath() function ConfigureAutostart (line 420) | bool ConfigureAutostart( HWND hParent, bool Enable ) function IsAutostartConfigured (line 471) | bool IsAutostartConfigured() function BOOL (line 503) | BOOL function BOOLEAN (line 529) | BOOLEAN ExtractImageResource( PTCHAR ResourceName, PTCHAR TargetFile ) function DWORD (line 565) | DWORD function BOOLEAN (line 626) | BOOLEAN IsPresentationMode() function LONG (line 642) | LONG EnableDisableSecondaryDisplay( HWND hWnd, BOOLEAN Enable, function GetLineBounds (line 726) | Gdiplus::Rect GetLineBounds( POINT p1, POINT p2, int penWidth ) function InvalidateGdiplusRect (line 741) | void InvalidateGdiplusRect(HWND hWnd, Gdiplus::Rect BoundsRect) function BYTE (line 784) | BYTE* CreateBitmapMemoryDIB(HDC hdcScreenCompat, HDC hBitmapDc, Gdiplus:... function BlurScreen (line 851) | void BlurScreen(HDC hdcScreenCompat, Gdiplus::Rect* lineBounds, function BitmapBlur (line 900) | void BitmapBlur(Gdiplus::Bitmap* hBitmap) function DrawBlurredShape (line 931) | void DrawBlurredShape( DWORD Shape, Gdiplus::Pen *pen, HDC hdcScreenComp... function ColorFromColorRef (line 1016) | Gdiplus::Color ColorFromColorRef(DWORD colorRef) { function AdjustHighlighterColor (line 1032) | void AdjustHighlighterColor(BYTE* red, BYTE* green, BYTE* blue) { function COLORREF (line 1048) | COLORREF BlendColors(COLORREF color1, const Gdiplus::Color& color2) { function DrawHighlightedShape (line 1096) | void DrawHighlightedShape( DWORD Shape, HDC hdcScreenCompat, Gdiplus::Br... function HBITMAP (line 1200) | HBITMAP CreateFadedDesktopBackground( HDC hdc, LPRECT rcScreen, LPRECT r... function AdjustToMoveBoundary (line 1245) | void AdjustToMoveBoundary( float zoomLevel, int *coordinate, int cursor,... function GetZoomedTopLeftCoordinates (line 1261) | void GetZoomedTopLeftCoordinates( float zoomLevel, POINT *cursorPos, int... function ScaleImage (line 1280) | void ScaleImage( HDC hdcDst, float xDst, float yDst, float wDst, float h... function GetEncoderClsid (line 1300) | int GetEncoderClsid(const WCHAR* format, CLSID* pClsid) function ConvertToUnicode (line 1337) | void function HBITMAP (line 1359) | HBITMAP LoadImageFile( PTCHAR Filename ) function DWORD (line 1382) | DWORD SavePng( PTCHAR Filename, HBITMAP hBitmap ) function EnableDisableTrayIcon (line 1400) | void EnableDisableTrayIcon( HWND hWnd, BOOLEAN Enable ) function EnableDisableOpacity (line 1420) | void EnableDisableOpacity( HWND hWnd, BOOLEAN Enable ) function EnableDisableScreenSaver (line 1447) | void EnableDisableScreenSaver( BOOLEAN Enable ) function EnableDisableStickyKeys (line 1459) | void EnableDisableStickyKeys( BOOLEAN Enable ) function DWORD (line 1498) | constexpr DWORD GetKeyMod( DWORD Key ) function INT_PTR (line 1514) | INT_PTR CALLBACK AdvancedBreakProc( HWND hDlg, UINT message, WPARAM wPar... function INT_PTR (line 1747) | INT_PTR CALLBACK OptionsTabProc( HWND hDlg, UINT message, function VOID (line 1855) | VOID OptionsAddTabs( HWND hOptionsDlg, HWND hTabCtrl ) function UnregisterAllHotkeys (line 1903) | void UnregisterAllHotkeys( HWND hWnd ) function RegisterAllHotkeys (line 1924) | void RegisterAllHotkeys(HWND hWnd) function UpdateDrawTabHeaderFont (line 1955) | void UpdateDrawTabHeaderFont() function INT_PTR (line 1999) | INT_PTR CALLBACK OptionsProc( HWND hDlg, UINT message, function DeleteDrawUndoList (line 2368) | void DeleteDrawUndoList( P_DRAW_UNDO *DrawUndoList ) function BOOLEAN (line 2389) | BOOLEAN PopDrawUndo( HDC hDc, P_DRAW_UNDO *DrawUndoList, function DeleteOldestUndo (line 2418) | void DeleteOldestUndo( P_DRAW_UNDO *DrawUndoList ) function P_DRAW_UNDO (line 2447) | P_DRAW_UNDO GetOldestUndo(P_DRAW_UNDO DrawUndoList) function PushDrawUndo (line 2468) | void PushDrawUndo( HDC hDc, P_DRAW_UNDO *DrawUndoList, int width, int he... function DeleteTypedText (line 2518) | void DeleteTypedText( P_TYPED_KEY *TypedKeyList ) function BlankScreenArea (line 2535) | void BlankScreenArea( HDC hDc, PRECT Rc, int BlankMode ) function ClearTypingCursor (line 2554) | void ClearTypingCursor( HDC hdcScreenCompat, HDC hdcScreenCursorCompat, ... function DrawTypingCursor (line 2573) | void DrawTypingCursor( HWND hWnd, POINT *textPt, HDC hdcScreenCompat, function RECT (line 2612) | RECT BoundMouse( float zoomLevel, MONITORINFO *monInfo, int width, int h... function DrawArrow (line 2640) | void DrawArrow( HDC hdc, int x1, int y1, int x2, int y2, double length, ... function VOID (line 2731) | VOID DrawShape( DWORD Shape, HDC hDc, RECT *Rect, bool UseGdiPlus = false ) function VOID (line 2832) | VOID SendPenMessage(HWND hWnd, UINT Message, LPARAM lParam) function LPARAM (line 2860) | LPARAM ScalePenPosition( float zoomLevel, MONITORINFO *monInfo, RECT bou... function BOOLEAN (line 2909) | BOOLEAN DrawHighlightedCursor( float ZoomLevel, int Width, int Height ) function InvalidateCursorMoveArea (line 2928) | void InvalidateCursorMoveArea( HWND hWnd, float zoomLevel, int width, in... function SaveCursorArea (line 2955) | void SaveCursorArea( HDC hDcTarget, HDC hDcSource, POINT pt ) function RestoreCursorArea (line 2969) | void RestoreCursorArea( HDC hDcTarget, HDC hDcSource, POINT pt ) function DrawCursor (line 2984) | void DrawCursor( HDC hDcTarget, POINT pt, float ZoomLevel, int Width, in... function ResizePen (line 3058) | void ResizePen( HWND hWnd, HDC hdcScreenCompat, HDC hdcScreenCursorCompa... function IsPenInverted (line 3105) | bool IsPenInverted( WPARAM wParam ) function CaptureScreenshotAsync (line 3122) | std::future> CaptureScreenshotAsync(winr... function CaptureScreenshot (line 3170) | winrt::com_ptrCaptureScreenshot(winrt::DirectXPixelForm... function CopyD3DTexture (line 3199) | inline auto CopyD3DTexture(winrt::com_ptr const& device, function PrepareStagingTexture (line 3227) | inline auto PrepareStagingTexture(winrt::com_ptr const& de... function GetBytesPerPixel (line 3247) | inline size_t function CopyBytesFromTexture (line 3345) | inline auto CopyBytesFromTexture(winrt::com_ptr const& ... function StopRecording (line 3384) | void StopRecording() function GetUniqueRecordingFilename (line 3423) | auto GetUniqueRecordingFilename() function StartRecordingAsync (line 3447) | winrt::fire_and_forget StartRecordingAsync( HWND hWnd, LPRECT rcCrop, HW... function UpdateMonitorInfo (line 3583) | void UpdateMonitorInfo( POINT point, MONITORINFO* monInfo ) function HRESULT (line 3609) | HRESULT OpenPowerToysSettingsApp() function ShowMainWindow (line 3654) | void ShowMainWindow(HWND hWnd, const MONITORINFO& monInfo, int width, in... function HRESULT (line 7313) | HRESULT __stdcall WrapCreateDirect3D11DeviceFromDXGIDevice( function HRESULT (line 7323) | HRESULT __stdcall WrapCreateDirect3D11SurfaceFromDXGISurface( function HRESULT (line 7333) | HRESULT __stdcall WrapD3D11CreateDevice( function HWND (line 7358) | HWND InitInstance( HINSTANCE hInstance, int nCmdShow ) function wWinMain (line 7426) | int APIENTRY wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrev... FILE: PowerToys/src/modules/awake/Awake/Core/Constants.cs class Constants (line 7) | internal static class Constants FILE: PowerToys/src/modules/colorPicker/ColorPickerUI/ViewModels/ColorEditorViewModel.cs class ColorEditorViewModel (line 26) | [Export(typeof(IColorEditorViewModel))] method ColorEditorViewModel (line 35) | [ImportingConstructor] method Initialize (line 115) | public void Initialize() method ColorsHistory_CollectionChanged (line 137) | private void ColorsHistory_CollectionChanged(object sender, System.Col... method DeleteSelectedColors (line 151) | private void DeleteSelectedColors(object selectedColors) method ExportSelectedColorsByColor (line 165) | private void ExportSelectedColorsByColor(object selectedColors) method ExportSelectedColorsByFormat (line 170) | private void ExportSelectedColorsByFormat(object selectedColors) method ExportColors (line 175) | private void ExportColors(object colorsToExport, GroupExportedColorsBy... method ComputeWhichIndexToSelectAfterDeletion (line 202) | private static int ComputeWhichIndexToSelectAfterDeletion(int colorsCo... method SetupAllColorRepresentations (line 244) | private void SetupAllColorRepresentations() method VisibleColorFormats_CollectionChanged (line 340) | private void VisibleColorFormats_CollectionChanged(object sender, Syst... method SetupAvailableColorRepresentations (line 345) | private void SetupAvailableColorRepresentations() FILE: PowerToys/src/modules/imageresizer/ui/Views/EnumValueConverter.cs class EnumValueConverter (line 17) | [ValueConversion(typeof(Enum), typeof(string))] method Convert (line 20) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 71) | public object ConvertBack(object value, Type targetType, object parame... FILE: PowerToys/src/modules/keyboardmanager/KeyboardManagerEngineLibrary/KeyboardEventHandlers.cpp function GeneratedByKBM (line 31) | bool GeneratedByKBM(const LowlevelKeyboardEvent* data) function UpdateNumpadWithShift (line 36) | void UpdateNumpadWithShift(LowlevelKeyboardEvent* data, State& state) type KeyboardEventHandlers (line 89) | namespace KeyboardEventHandlers function HandleSingleKeyRemapEvent (line 92) | intptr_t HandleSingleKeyRemapEvent(KeyboardManagerInput::InputInterfac... function HandleShortcutRemapEvent (line 270) | intptr_t HandleShortcutRemapEvent(KeyboardManagerInput::InputInterface... function URL_encode (line 1009) | std::wstring URL_encode(const std::wstring& filepath) function ConvertPathToURI (line 1034) | std::wstring ConvertPathToURI(const std::wstring& filePath) function ResetAllOtherStartedChords (line 1043) | void ResetAllOtherStartedChords(State& state, const std::optional GetProcessesIdByName(const std::wstring& processName) function DWORD (line 1194) | DWORD GetProcessIdByName(const std::wstring& processName) function GetFileNameFromPath (line 1223) | std::wstring GetFileNameFromPath(const std::wstring& fullPath) function toast (line 1233) | void toast(param::hstring const& message1, param::hstring const& messa... function CreateOrShowProcessForShortcut (line 1273) | void CreateOrShowProcessForShortcut(Shortcut shortcut) noexcept function CloseProcessByName (line 1399) | void CloseProcessByName(const std::wstring& fileNamePart) function TerminateProcessesByName (line 1452) | void TerminateProcessesByName(const std::wstring& fileNamePart) function HideProgram (line 1480) | bool HideProgram(DWORD pid, std::wstring programName, int retryCount) function ShowProgram (line 1521) | bool ShowProgram(DWORD pid, std::wstring programName, bool isNewProces... function HandleOSLevelShortcutRemapEvent (line 1674) | intptr_t HandleOSLevelShortcutRemapEvent(KeyboardManagerInput::InputIn... function HandleAppSpecificShortcutRemapEvent (line 1687) | intptr_t HandleAppSpecificShortcutRemapEvent(KeyboardManagerInput::Inp... function ResetIfModifierKeyForLowerLevelKeyHandlers (line 1745) | void ResetIfModifierKeyForLowerLevelKeyHandlers(KeyboardManagerInput::... function HandleSingleKeyToTextRemapEvent (line 1763) | intptr_t HandleSingleKeyToTextRemapEvent(KeyboardManagerInput::InputIn... FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.UnitConverter/InputInterpreter.cs class InputInterpreter (line 16) | public static class InputInterpreter method RegexSplitter (line 20) | public static string[] RegexSplitter(string[] split) method InputSpaceInserter (line 28) | public static void InputSpaceInserter(ref string[] split) method ShorthandFeetInchHandler (line 49) | public static void ShorthandFeetInchHandler(ref string[] split, Cultur... method DegreePrefixer (line 120) | public static void DegreePrefixer(ref string[] split) method KPHHandler (line 294) | public static void KPHHandler(ref string[] split) method MetreToMeter (line 310) | public static void MetreToMeter(ref string[] split) method GallonHandler (line 319) | public static void GallonHandler(ref string[] split, CultureInfo culture) method OunceHandler (line 352) | public static void OunceHandler(ref string[] split, CultureInfo culture) method Parse (line 386) | public static ConvertModel Parse(Query query) FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.UnitConverter/Main.cs class Main (line 21) | public class Main : IPlugin, IPluginI18n, IContextMenu, IDisposable method Init (line 35) | public void Init(PluginInitContext context) method Query (line 44) | public List Query(Query query) method GetResult (line 60) | [System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.Layo... method CreateContextMenuEntry (line 108) | private ContextMenuResult CreateContextMenuEntry(UnitConversionResult ... method LoadContextMenus (line 141) | public List LoadContextMenus(Result selectedResult) method GetTranslatedPluginTitle (line 155) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 160) | public string GetTranslatedPluginDescription() method OnThemeChanged (line 165) | private void OnThemeChanged(Theme currentTheme, Theme newTheme) method UpdateIconPath (line 170) | private static void UpdateIconPath(Theme theme) method Dispose (line 182) | public void Dispose() method Dispose (line 188) | protected virtual void Dispose(bool disposing) FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.VSCodeWorkspaces/Main.cs class Main (line 24) | public class Main : IPlugin, IPluginI18n, IContextMenu method Main (line 34) | public Main() method Query (line 43) | public List Query(Query query) method Init (line 173) | public void Init(PluginInitContext context) method LoadContextMenus (line 178) | public List LoadContextMenus(Result selectedResult) method CopyToClipboard (line 222) | private bool CopyToClipboard(string path) method OpenInConsole (line 236) | private bool OpenInConsole(string path) method OpenInExplorer (line 250) | private bool OpenInExplorer(string path) method HandleError (line 261) | private void HandleError(string msg, Exception exception = null, bool ... method GetTranslatedPluginTitle (line 280) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 285) | public string GetTranslatedPluginDescription() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Base64/Base64DecodeRequest.cs class Base64DecodeRequest (line 13) | public class Base64DecodeRequest : IComputeRequest method Base64DecodeRequest (line 25) | public Base64DecodeRequest(string dataToDecode) method Compute (line 30) | public bool Compute() method ResultToString (line 47) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Base64/Base64Request.cs class Base64Request (line 12) | public class Base64Request : IComputeRequest method Base64Request (line 24) | public Base64Request(byte[] dataToEncode) method Compute (line 29) | public bool Compute() method ResultToString (line 46) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/GUID/GUIDRequest.cs class GUIDRequest (line 11) | public class GUIDRequest : IComputeRequest method GUIDRequest (line 39) | public GUIDRequest(int version, string guidNamespace = null, string na... method Compute (line 85) | public bool Compute() method ResultToString (line 116) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Uri/DataEscapeRequest.cs class DataEscapeRequest (line 12) | public class DataEscapeRequest : IComputeRequest method DataEscapeRequest (line 24) | public DataEscapeRequest(string dataToEscape) method Compute (line 29) | public bool Compute() method ResultToString (line 46) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Uri/DataUnescapeRequest.cs class DataUnescapeRequest (line 13) | public class DataUnescapeRequest : IComputeRequest method DataUnescapeRequest (line 25) | public DataUnescapeRequest(string dataToUnescape) method Compute (line 30) | public bool Compute() method ResultToString (line 47) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Uri/HexEscapeRequest.cs class HexEscapeRequest (line 13) | public class HexEscapeRequest : IComputeRequest method HexEscapeRequest (line 25) | public HexEscapeRequest(string dataToEscape) method Compute (line 36) | public bool Compute() method ResultToString (line 54) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Uri/HexUnescapeRequest.cs class HexUnescapeRequest (line 13) | public class HexUnescapeRequest : IComputeRequest method HexUnescapeRequest (line 25) | public HexUnescapeRequest(string dataToUnescape) method Compute (line 30) | public bool Compute() method ResultToString (line 51) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Uri/UrlDecodeRequest.cs class UrlDecodeRequest (line 15) | public class UrlDecodeRequest : IComputeRequest method UrlDecodeRequest (line 27) | public UrlDecodeRequest(string dataToDecode) method Compute (line 32) | public bool Compute() method ResultToString (line 49) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/Generators/Uri/UrlEncodeRequest.cs class UrlEncodeRequest (line 14) | public class UrlEncodeRequest : IComputeRequest method UrlEncodeRequest (line 26) | public UrlEncodeRequest(string dataToEncode) method Compute (line 31) | public bool Compute() method ResultToString (line 48) | public string ResultToString() FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.ValueGenerator/InputParser.cs class InputParser (line 18) | public class InputParser method ParseInput (line 20) | public IComputeRequest ParseInput(Query query) FILE: PowerToys/src/modules/launcher/Plugins/Community.PowerToys.Run.Plugin.WebSearch/Main.cs class Main (line 22) | public class Main : IPlugin, IPluginI18n, IContextMenu, ISettingProvider... method LoadContextMenus (line 58) | public List LoadContextMenus(Result selectedResult) method Query (line 63) | public List Query(Query query) method Init (line 171) | public void Init(PluginInitContext context) method GetTranslatedPluginTitle (line 189) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 194) | public string GetTranslatedPluginDescription() method OnThemeChanged (line 199) | private void OnThemeChanged(Theme oldtheme, Theme newTheme) method UpdateIconPath (line 204) | private void UpdateIconPath(Theme theme) method CreateSettingPanel (line 216) | public Control CreateSettingPanel() method UpdateSettings (line 221) | public void UpdateSettings(PowerLauncherPluginSettings settings) method ReloadData (line 226) | public void ReloadData() method Dispose (line 237) | public void Dispose() method Dispose (line 243) | protected virtual void Dispose(bool disposing) FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.Plugin.Indexer/Main.cs class Main (line 25) | internal class Main : ISettingProvider, IPlugin, ISavable, IPluginI18n, ... method Save (line 84) | public void Save() method Query (line 90) | public List Query(Query query, bool isFullQuery) method Query (line 191) | public List Query(Query query) method Init (line 197) | public void Init(PluginInitContext context) method UpdateIconPath (line 209) | private void UpdateIconPath(Theme theme) method OnThemeChanged (line 221) | private void OnThemeChanged(Theme currentTheme, Theme newTheme) method GetTranslatedPluginTitle (line 227) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 233) | public string GetTranslatedPluginDescription() method LoadContextMenus (line 238) | public List LoadContextMenus(Result selectedResult) method UpdateSettings (line 243) | public void UpdateSettings(PowerLauncherPluginSettings settings) method CreateSettingPanel (line 261) | public Control CreateSettingPanel() method Dispose (line 266) | protected virtual void Dispose(bool disposing) method Dispose (line 278) | public void Dispose() FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Main.cs class Main (line 23) | public class Main : IPlugin, IPluginI18n, IContextMenu, ISavable, IDispo... method Main (line 51) | public Main() method Save (line 63) | public void Save() method Query (line 68) | public List Query(Query query) method Query (line 86) | private IEnumerable Query(string program, string programArgume... method Init (line 106) | public void Init(PluginInitContext context) method OnThemeChanged (line 128) | public void OnThemeChanged(Theme currentTheme, Theme newTheme) method UpdateUWPIconPath (line 133) | public void UpdateUWPIconPath(Theme theme) method IndexPrograms (line 144) | public void IndexPrograms() method GetTranslatedPluginTitle (line 154) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 159) | public string GetTranslatedPluginDescription() method LoadContextMenus (line 164) | public List LoadContextMenus(Result selectedResult) method StartProcess (line 177) | public static void StartProcess(Func runPro... method Dispose (line 196) | public void Dispose() method Dispose (line 202) | protected virtual void Dispose(bool disposing) FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.Plugin.Program/Programs/UWPApplication.cs class UWPApplication (line 35) | [Serializable] method Score (line 80) | private int Score(string query) method SetSubtitle (line 89) | private static string SetSubtitle() method Result (line 94) | public Result Result(string query, string queryArguments, IPublicAPI api) method ContextMenus (line 130) | public List ContextMenus(string queryArguments, IPu... method Launch (line 206) | private async void Launch(IPublicAPI api, string queryArguments) method UWPApplication (line 226) | public UWPApplication(IAppxManifestApplication manifestApp, UWP package) method IfApplicationCanRunElevated (line 258) | private bool IfApplicationCanRunElevated() method ResourceFromPri (line 295) | internal string ResourceFromPri(string packageFullName, string resourc... method LogoUriFromManifest (line 394) | internal string LogoUriFromManifest(IAppxManifestApplication app) method UpdateLogoPath (line 408) | public void UpdateLogoPath(Theme theme) method SetScaleIcons (line 421) | private bool SetScaleIcons(string path, string colorscheme, bool highC... method SetTargetSizeIcon (line 471) | private bool SetTargetSizeIcon(string path, string colorscheme, bool h... method SetColoredIcon (line 525) | private bool SetColoredIcon(string path, string colorscheme) method SetHighContrastIcon (line 554) | private bool SetHighContrastIcon(string path, string colorscheme) method LogoPathFromUri (line 583) | internal void LogoPathFromUri(string uri, Theme theme) method Logo (line 629) | public ImageSource Logo() method PlatedImage (line 645) | private ImageSource PlatedImage(BitmapImage image) method ImageFromPath (line 713) | private BitmapImage ImageFromPath(string path) method ToString (line 737) | public override string ToString() type LogoType (line 743) | public enum LogoType FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.Plugin.Shell/Main.cs class Main (line 29) | public class Main : IPlugin, IPluginI18n, ISettingProvider, IContextMenu... method Main (line 81) | public Main() method Save (line 87) | public void Save() method Query (line 92) | public List Query(Query query) method GetHistoryCmds (line 123) | private List GetHistoryCmds(string cmd, Result result) method GetCurrentCmd (line 154) | private Result GetCurrentCmd(string cmd) method ResultsFromlHistory (line 172) | private List ResultsFromlHistory() method PrepareProcessStartInfo (line 191) | private ProcessStartInfo PrepareProcessStartInfo(string command, RunAs... type RunAsType (line 350) | private enum RunAsType method Execute (line 357) | private void Execute(Func startProcess, Pro... method ExistInPath (line 377) | private static bool ExistInPath(string filename) method Init (line 407) | public void Init(PluginInitContext context) method UpdateIconPath (line 415) | private void UpdateIconPath(Theme theme) method OnThemeChanged (line 427) | private void OnThemeChanged(Theme currentTheme, Theme newTheme) method CreateSettingPanel (line 432) | public Control CreateSettingPanel() method GetTranslatedPluginTitle (line 437) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 442) | public string GetTranslatedPluginDescription() method LoadContextMenus (line 447) | public List LoadContextMenus(Result selectedResult) method UpdateSettings (line 484) | public void UpdateSettings(PowerLauncherPluginSettings settings) FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.Plugin.Uri/Main.cs class Main (line 18) | public class Main : IPlugin, IPluginI18n, IContextMenu, ISavable, IReloa... method Main (line 26) | public Main() method LoadContextMenus (line 44) | public List LoadContextMenus(Result selectedResult) method Query (line 49) | public List Query(Query query) method Init (line 130) | public void Init(PluginInitContext context) method GetTranslatedPluginTitle (line 138) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 143) | public string GetTranslatedPluginDescription() method Save (line 148) | public void Save() method OnThemeChanged (line 153) | private void OnThemeChanged(Theme oldtheme, Theme newTheme) method UpdateIconPath (line 158) | private void UpdateIconPath(Theme theme) method ReloadData (line 170) | public void ReloadData() method Dispose (line 180) | public void Dispose() method Dispose (line 186) | protected virtual void Dispose(bool disposing) FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Components/ResultHelper.cs class ResultHelper (line 18) | internal static class ResultHelper method ExecuteCommand (line 22) | internal static bool ExecuteCommand(bool confirm, string confirmationM... method CopyToClipBoard (line 42) | internal static bool CopyToClipBoard(in string text) method EmptyRecycleBinAsync (line 57) | internal static async void EmptyRecycleBinAsync(bool settingEmptyRBSuc... method GetContextMenuForResult (line 68) | internal static List GetContextMenuForResult(Result... method EmptyRecycleBinTask (line 113) | private static void EmptyRecycleBinTask(bool settingEmptyRBSuccesMsg) FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.System/Main.cs class Main (line 21) | public class Main : IPlugin, IPluginI18n, ISettingProvider, IContextMenu... method Init (line 82) | public void Init(PluginInitContext context) method Query (line 97) | public List Query(Query query) method Query (line 147) | public List Query(Query query, bool delayedExecution) method LoadContextMenus (line 190) | public List LoadContextMenus(Result selectedResult) method UpdateIconTheme (line 195) | private void UpdateIconTheme(Theme theme) method OnThemeChanged (line 207) | private void OnThemeChanged(Theme currentTheme, Theme newTheme) method GetTranslatedPluginDescription (line 212) | public string GetTranslatedPluginDescription() method GetTranslatedPluginTitle (line 217) | public string GetTranslatedPluginTitle() method CreateSettingPanel (line 222) | public Control CreateSettingPanel() method UpdateSettings (line 227) | public void UpdateSettings(PowerLauncherPluginSettings settings) FILE: PowerToys/src/modules/launcher/Plugins/Microsoft.PowerToys.Run.Plugin.WindowsTerminal/Main.cs class Main (line 22) | public class Main : IPlugin, IContextMenu, IPluginI18n, ISettingProvider method Init (line 65) | public void Init(PluginInitContext context) method Query (line 70) | public List Query(Query query) method LoadContextMenus (line 107) | public List LoadContextMenus(Result selectedResult) method GetTranslatedPluginTitle (line 136) | public string GetTranslatedPluginTitle() method GetTranslatedPluginDescription (line 141) | public string GetTranslatedPluginDescription() method Launch (line 146) | private void Launch(string id, string profile) method LaunchElevated (line 164) | private void LaunchElevated(string id, string profile) method CreateSettingPanel (line 180) | public Control CreateSettingPanel() method UpdateSettings (line 185) | public void UpdateSettings(PowerLauncherPluginSettings settings) method GetLogo (line 203) | private BitmapImage GetLogo(TerminalPackage terminal) FILE: PowerToys/src/modules/powerrename/PowerRenameUILib/PowerRenameXAML/MainWindow.xaml.cpp function handleTheme (line 45) | void handleTheme() function FindScrollViewer (line 59) | winrt::Microsoft::UI::Xaml::Controls::ScrollViewer FindScrollViewer(winr... function FindFirstExplorerItemRecursive (line 82) | PowerRenameUI::ExplorerItem FindFirstExplorerItemRecursive(winrt::Micros... type winrt::PowerRenameUI::implementation (line 104) | namespace winrt::PowerRenameUI::implementation function hstring (line 344) | hstring MainWindow::OriginalCount() function hstring (line 356) | hstring MainWindow::RenamedCount() function HRESULT (line 440) | HRESULT MainWindow::CreateShellItemArrayFromPaths( function HRESULT (line 487) | HRESULT MainWindow::InitAutoComplete() function HRESULT (line 525) | HRESULT MainWindow::EnumerateShellItems(_In_ IEnumShellItems* enumShel... function HRESULT (line 839) | HRESULT MainWindow::ReadSettings() function HRESULT (line 867) | HRESULT MainWindow::WriteSettings() function HRESULT (line 908) | HRESULT MainWindow::OpenSettingsApp() function HRESULT (line 1046) | HRESULT MainWindow::OnRename(_In_ IPowerRenameItem* /*renameItem*/) function HRESULT (line 1052) | HRESULT MainWindow::OnRegExCompleted(_In_ DWORD) function HRESULT (line 1066) | HRESULT MainWindow::OnRenameCompleted(bool closeUIWindowAfterRenaming) FILE: PowerToys/src/modules/registrypreview/RegistryPreview/RegistryPreviewXAML/MainWindow.xaml.cs class MainWindow (line 19) | public sealed partial class MainWindow : WindowEx method MainWindow (line 32) | internal MainWindow() method MainWindow_Activated (line 92) | private void MainWindow_Activated(object sender, WindowActivatedEventA... method Grid_Loaded (line 106) | private void Grid_Loaded(object sender, RoutedEventArgs e) method UpdateWindowTitle (line 112) | public void UpdateWindowTitle(string title) FILE: PowerToys/src/runner/main.cpp function chdir_current_executable (line 67) | void chdir_current_executable() function create_msi_mutex (line 79) | inline wil::unique_mutex_nothrow create_msi_mutex() function open_menu_from_another_instance (line 84) | void open_menu_from_another_instance(std::optional settings... function runner (line 95) | int runner(bool isProcessElevated, bool openSettings, std::string settin... type SpecialMode (line 237) | enum class SpecialMode function SpecialMode (line 245) | SpecialMode should_run_in_special_mode(const int n_cmd_args, LPWSTR* cmd... function win32_toast_notification_COM_server_mode (line 266) | int win32_toast_notification_COM_server_mode() type toast_notification_handler_result (line 272) | enum class toast_notification_handler_result function toast_notification_handler_result (line 278) | toast_notification_handler_result toast_notification_handler(const std::... function WinMain (line 316) | int WINAPI WinMain(HINSTANCE /*hInstance*/, HINSTANCE /*hPrevInstance*/,... FILE: PowerToys/src/settings-ui/Settings.UI.Library/ColorFormatModel.cs class ColorFormatModel (line 12) | public class ColorFormatModel : INotifyPropertyChanged method ColorFormatModel (line 23) | public ColorFormatModel(string name, string format, bool isShown) method ColorFormatModel (line 31) | public ColorFormatModel() method OnPropertyChanged (line 175) | private void OnPropertyChanged([CallerMemberName] string propertyName ... FILE: PowerToys/src/settings-ui/Settings.UI/Converters/ZoomItTypeSpeedSliderConverter.cs class ZoomItTypeSpeedSliderConverter (line 12) | public sealed partial class ZoomItTypeSpeedSliderConverter : IValueConve... method Convert (line 14) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 25) | public object ConvertBack(object value, Type targetType, object parame... FILE: PowerToys/src/settings-ui/Settings.UI/SettingsXAML/App.xaml.cs class App (line 31) | public partial class App : Application type Arguments (line 33) | private enum Arguments method App (line 80) | public App() method App_UnhandledException (line 102) | private void App_UnhandledException(object sender, Microsoft.UI.Xaml.U... method OpenSettingsWindow (line 107) | public static void OpenSettingsWindow(Type type = null, bool ensurePag... method OnLaunchedToSetSetting (line 129) | private void OnLaunchedToSetSetting(string[] cmdArgs) method OnLaunchedToSetAdditionalSetting (line 145) | private void OnLaunchedToSetAdditionalSetting(string[] cmdArgs) method OnLaunchedToGetSetting (line 164) | private void OnLaunchedToGetSetting(string[] cmdArgs) method OnLaunchedFromRunner (line 181) | private void OnLaunchedFromRunner(string[] cmdArgs) method OnLaunched (line 292) | protected override void OnLaunched(Microsoft.UI.Xaml.LaunchActivatedEv... method ShowMessageDialogAndExit (line 332) | private async void ShowMessageDialogAndExit(string content, string tit... method ShowMessageDialog (line 334) | private async void ShowMessageDialog(string content, string title = null) method ShowDialogAsync (line 343) | public static Task ShowDialogAsync(string content, string ... method GetTwoWayIPCManager (line 356) | public static TwoWayPipeMessageIPCManaged GetTwoWayIPCManager() method IsDarkTheme (line 361) | public static bool IsDarkTheme() method UpdateUIThemeMethod (line 366) | public static int UpdateUIThemeMethod(string themeName) method ClearSettingsWindow (line 380) | public static void ClearSettingsWindow() method GetSettingsWindow (line 385) | public static MainWindow GetSettingsWindow() method GetOobeWindow (line 390) | public static OobeWindow GetOobeWindow() method GetFlyoutWindow (line 395) | public static FlyoutWindow GetFlyoutWindow() method SetOobeWindow (line 400) | public static void SetOobeWindow(OobeWindow window) method SetFlyoutWindow (line 405) | public static void SetFlyoutWindow(FlyoutWindow window) method ClearOobeWindow (line 410) | public static void ClearOobeWindow() method ClearFlyoutWindow (line 415) | public static void ClearFlyoutWindow() method GetPage (line 420) | public static Type GetPage(string settingWindow) FILE: PowerToys/src/settings-ui/Settings.UI/SettingsXAML/OOBE/Views/OobeShellPage.xaml.cs class OobeShellPage (line 19) | public sealed partial class OobeShellPage : UserControl method SetRunSharedEventCallback (line 23) | public static void SetRunSharedEventCallback(Func implementation) method SetColorPickerSharedEventCallback (line 30) | public static void SetColorPickerSharedEventCallback(Func impl... method SetOpenMainWindowCallback (line 37) | public static void SetOpenMainWindowCallback(Action implementation) method OobeShellPage (line 59) | public OobeShellPage() method OnClosing (line 219) | public void OnClosing() method NavigateToModule (line 228) | public void NavigateToModule(PowerToysModules selectedModule) method NavigationView_SelectionChanged (line 240) | private void NavigationView_SelectionChanged(Microsoft.UI.Xaml.Control... method SetTitleBar (line 303) | private void SetTitleBar() method ShellPage_Loaded (line 316) | private void ShellPage_Loaded(object sender, RoutedEventArgs e) method NavigationView_DisplayModeChanged (line 321) | private void NavigationView_DisplayModeChanged(NavigationView sender, ... method PaneToggleBtn_Click (line 337) | private void PaneToggleBtn_Click(object sender, RoutedEventArgs e) FILE: PowerToys/src/settings-ui/Settings.UI/ViewModels/CmdNotFoundViewModel.cs class CmdNotFoundViewModel (line 22) | public class CmdNotFoundViewModel : Observable method CmdNotFoundViewModel (line 49) | public CmdNotFoundViewModel() method InitializeEnabledValue (line 54) | private void InitializeEnabledValue() method RunPowerShellOrPreviewScript (line 139) | public string RunPowerShellOrPreviewScript(string powershellExecutable... method RunPowerShellScript (line 151) | public string RunPowerShellScript(string powershellExecutable, string ... method CheckCommandNotFoundRequirements (line 180) | public void CheckCommandNotFoundRequirements() method InstallPowerShell7 (line 250) | public void InstallPowerShell7() method InstallWinGetClientModule (line 266) | public void InstallWinGetClientModule() method InstallModule (line 283) | public void InstallModule() method UninstallModule (line 300) | public void UninstallModule() FILE: PowerToys/src/settings-ui/Settings.UI/ViewModels/DashboardViewModel.cs class DashboardViewModel (line 25) | public class DashboardViewModel : Observable method DashboardViewModel (line 46) | public DashboardViewModel(ISettingsRepository setting... method AddDashboardListItem (line 70) | private void AddDashboardListItem(ModuleType moduleType) method LoadKBMSettingsFromJson (line 91) | private void LoadKBMSettingsFromJson() method UpdateKBMItems (line 106) | private void UpdateKBMItems() method GetKBMProfile (line 112) | private KeyboardManagerProfile GetKBMProfile() method GetKBMSettings (line 120) | private KeyboardManagerSettings GetKBMSettings() method EnabledChangedOnUI (line 127) | private void EnabledChangedOnUI(DashboardListItem dashboardListItem) method ModuleEnabledChangedOnSettingsPage (line 139) | public void ModuleEnabledChangedOnSettingsPage() method GetModuleItems (line 169) | private ObservableCollection GetModuleItems(Modul... method GetModuleItemsAlwaysOnTop (line 204) | private ObservableCollection GetModuleItemsAlways... method GetModuleItemsAwake (line 214) | private ObservableCollection GetModuleItemsAwake() method GetModuleItemsColorPicker (line 223) | private ObservableCollection GetModuleItemsColorP... method GetModuleItemsCropAndLock (line 235) | private ObservableCollection GetModuleItemsCropAn... method GetModuleItemsEnvironmentVariables (line 247) | private ObservableCollection GetModuleItemsEnviro... method GetModuleItemsFancyZones (line 256) | private ObservableCollection GetModuleItemsFancyZ... method GetModuleItemsFileLocksmith (line 275) | private ObservableCollection GetModuleItemsFileLo... method GetModuleItemsFindMyMouse (line 284) | private ObservableCollection GetModuleItemsFindMy... method GetModuleItemsHosts (line 312) | private ObservableCollection GetModuleItemsHosts() method GetModuleItemsImageResizer (line 321) | private ObservableCollection GetModuleItemsImageR... method GetModuleItemsKeyboardManager (line 330) | private ObservableCollection GetModuleItemsKeyboa... method GetModuleItemsMouseHighlighter (line 350) | private ObservableCollection GetModuleItemsMouseH... method GetModuleItemsMouseJump (line 360) | private ObservableCollection GetModuleItemsMouseJ... method GetModuleItemsMousePointerCrosshairs (line 370) | private ObservableCollection GetModuleItemsMouseP... method GetModuleItemsMouseWithoutBorders (line 380) | private ObservableCollection GetModuleItemsMouseW... method GetModuleItemsAdvancedPaste (line 389) | private ObservableCollection GetModuleItemsAdvanc... method GetModuleItemsPeek (line 411) | private ObservableCollection GetModuleItemsPeek() method GetModuleItemsPowerRename (line 421) | private ObservableCollection GetModuleItemsPowerR... method GetModuleItemsPowerLauncher (line 430) | private ObservableCollection GetModuleItemsPowerL... method GetModuleItemsPowerAccent (line 440) | private ObservableCollection GetModuleItemsPowerA... method GetModuleItemsWorkspaces (line 460) | private ObservableCollection GetModuleItemsWorksp... method GetModuleItemsRegistryPreview (line 473) | private ObservableCollection GetModuleItemsRegist... method GetModuleItemsMeasureTool (line 482) | private ObservableCollection GetModuleItemsMeasur... method GetModuleItemsShortcutGuide (line 492) | private ObservableCollection GetModuleItemsShortc... method GetModuleItemsPowerOCR (line 507) | private ObservableCollection GetModuleItemsPowerO... method GetModuleItemsNewPlus (line 517) | private ObservableCollection GetModuleItemsNewPlus() method GetModuleItemsZoomIt (line 526) | private ObservableCollection GetModuleItemsZoomIt() method SWVersionButtonClicked (line 535) | internal void SWVersionButtonClicked() method EnvironmentVariablesLaunchClicked (line 540) | private void EnvironmentVariablesLaunchClicked(object sender, RoutedEv... method HostLaunchClicked (line 547) | private void HostLaunchClicked(object sender, RoutedEventArgs e) method FancyZoneLaunchClicked (line 554) | private void FancyZoneLaunchClicked(object sender, RoutedEventArgs e) method WorkspacesLaunchClicked (line 560) | private void WorkspacesLaunchClicked(object sender, RoutedEventArgs e) method KbmKeyLaunchClicked (line 566) | private void KbmKeyLaunchClicked(object sender, RoutedEventArgs e) method KbmShortcutLaunchClicked (line 573) | private void KbmShortcutLaunchClicked(object sender, RoutedEventArgs e) method RegistryPreviewLaunchClicked (line 580) | private void RegistryPreviewLaunchClicked(object sender, RoutedEventAr... method DashboardListItemClick (line 586) | internal void DashboardListItemClick(object sender) FILE: PowerToys/src/settings-ui/Settings.UI/ViewModels/PowerAccentViewModel.cs class PowerAccentViewModel (line 18) | public class PowerAccentViewModel : Observable method PowerAccentViewModel (line 90) | public PowerAccentViewModel(ISettingsUtils settingsUtils, ISettingsRep... method InitializeEnabledValue (line 136) | private void InitializeEnabledValue() method InitializeLanguages (line 154) | private void InitializeLanguages() method RaisePropertyChanged (line 365) | private void RaisePropertyChanged([CallerMemberName] string propertyNa... method RefreshEnabledState (line 378) | public void RefreshEnabledState() FILE: Tools/autosort.py function main (line 13) | def main(): function get_power_toys_versions (line 33) | def get_power_toys_versions(): function get_latest_version (line 42) | def get_latest_version(versions): function initall (line 54) | def initall(latest_version): function sort_label (line 97) | def sort_label(dic): function replace_translations_in_file (line 111) | def replace_translations_in_file(file_path, lab2cn, sortedlab2cn, lab2xx): FILE: Tools/autosort_newgptbroken.py function get_power_toys_versions (line 9) | def get_power_toys_versions(): function get_latest_version (line 15) | def get_latest_version(versions): function get_translations_and_replacements (line 26) | def get_translations_and_replacements(latest_version): function sort_translations (line 61) | def sort_translations(translations): function replace_translations_in_file (line 71) | def replace_translations_in_file(file_path, original_texts, sorted_trans... function main (line 83) | def main():