Home
last modified time | relevance | path

Searched refs:frmWatchWindow (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmWatchWindow.cs15 public partial class frmWatchWindow : BaseForm class
19 public frmWatchWindow() in frmWatchWindow() method in Mesen.GUI.Debugger.frmWatchWindow
H A DDebugWindowManager.cs46 …case DebugWindow.WatchWindow: frm = new frmWatchWindow(); frm.Icon = Properties.Resources.Find; br… in OpenDebugWindow()
151 …tchWindow: return _openedWindows.ToList().Find((form) => form.GetType() == typeof(frmWatchWindow)); in GetExistingSingleInstanceWindow()
H A DfrmWatchWindow.Designer.cs3 partial class frmWatchWindow class