Home
last modified time | relevance | path

Searched refs:RestoreBounds (Results 1 – 25 of 42) sorted by relevance

12

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmProfiler.cs39 …Info.ProfilerSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size : this.Si… in OnFormClosing()
40 ….ProfilerLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnFormClosing()
H A DfrmWatchWindow.cs51 …o.WatchWindowSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size : this.Si… in OnFormClosing()
52 …tchWindowLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnFormClosing()
H A DfrmApuViewer.cs42 …ApuViewerLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnFormClosed()
H A DfrmTraceLogger.cs131 …debugInfo.TraceLoggerSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size :… in OnFormClosing()
132 …debugInfo.TraceLoggerLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Lo… in OnFormClosing()
H A DfrmTextHooker.cs114 …kerWindowLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnFormClosing()
H A DfrmAssembler.cs365 …nfo.AssemblerSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size : this.Si… in OnClosing()
366 …AssemblerLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnClosing()
H A DfrmScript.cs172 ….ScriptWindowSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size : this.Si… in OnClosing()
173 …iptWindowLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnClosing()
H A DfrmEventViewer.cs80 …entViewerLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnFormClosing()
H A DfrmMemoryViewer.cs113 ….MemoryViewerSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size : this.Si… in OnFormClosing()
114 …oryViewerLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnFormClosing()
H A DfrmPpuViewer.cs121 …Point location = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : this.L… in OnFormClosing()
H A DfrmDebugger.cs997 …fo.WindowLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnFormClosing()
998 …gInfo.WindowWidth = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Width : this.W… in OnFormClosing()
999 …Info.WindowHeight = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Height : this.… in OnFormClosing()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/
H A DfrmHistoryViewer.cs49 …ocation = this.WindowState == FormWindowState.Normal ? this.Location : this.RestoreBounds.Location; in OnClosed()
50 …Info.WindowSize = this.WindowState == FormWindowState.Normal ? this.Size : this.RestoreBounds.Size; in OnClosed()
H A DfrmMain.cs352 …ocation = this.WindowState == FormWindowState.Normal ? this.Location : this.RestoreBounds.Location; in OnClosing()
353 …nfig.WindowSize = this.WindowState == FormWindowState.Normal ? this.Size : this.RestoreBounds.Size; in OnClosing()
1437 …this._nonNsfSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size : this.Siz… in InitializeNsfMode()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/AttachedProperties/
H A DWindowHelper.cs66 …w WindowInformation(this.appWindow.Name, this.appWindow.WindowState, this.appWindow.RestoreBounds); in WindowClosing()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Forms/Cheats/
H A DfrmCheatList.cs48 …g.CheatWindowSize = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Size : this.Si… in OnClosing()
49 …eatWindowLocation = this.WindowState != FormWindowState.Normal ? this.RestoreBounds.Location : thi… in OnClosing()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/win32/gui-2/
H A Dutils.pas64 procedure RestoreBounds(const Name: string; AForm: TForm); procedure
463 procedure RestoreBounds(const Name: string; AForm: TForm);
H A Dfilter.pas182 RestoreBounds('filter_form', Self);
H A Doptions.pas710 RestoreBounds('options_form', Self);
H A Dmain.pas317 RestoreBounds('main_form', Self);
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DFormTest.cs2705 public void RestoreBounds () in RestoreBounds() method in MonoTests.System.Windows.Forms.FormTest
2710 Assert.AreEqual (new Size (300, 300), f.RestoreBounds.Size, "A1"); in RestoreBounds()
2714 Assert.AreEqual (new Rectangle (0, 0, 300, 300), f.RestoreBounds, "A2"); in RestoreBounds()
2718 Assert.AreEqual (new Rectangle (0, 0, 250, 250), f.RestoreBounds, "A3"); in RestoreBounds()
2722 Assert.AreEqual (new Rectangle (0, 0, 250, 250), f.RestoreBounds, "A4"); in RestoreBounds()
2726 Assert.AreEqual (new Rectangle (10, 10, 250, 250), f.RestoreBounds, "A5"); in RestoreBounds()
2730 Assert.AreEqual (new Rectangle (10, 10, 275, 275), f.RestoreBounds, "A6"); in RestoreBounds()
2734 Assert.AreEqual (new Rectangle (10, 10, 275, 275), f.RestoreBounds, "A7"); in RestoreBounds()
2738 Assert.AreEqual (new Rectangle (20, 20, 275, 275), f.RestoreBounds, "A8"); in RestoreBounds()
2742 Assert.AreEqual (new Rectangle (20, 20, 285, 285), f.RestoreBounds, "A9"); in RestoreBounds()
H A DFormHandleTest.cs461 o = c.RestoreBounds; in TestPublicProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/
H A Dtask_manager_view_browsertest.cc355 IN_PROC_BROWSER_TEST_F(TaskManagerViewTest, RestoreBounds) { in IN_PROC_BROWSER_TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/widget/
H A Dnative_widget_aura_unittest.cc154 TEST_F(NativeWidgetAuraTest, RestoreBounds) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/display/
H A Dpersistent_window_controller_unittest.cc427 TEST_F(PersistentWindowControllerTest, RestoreBounds) { in TEST_F() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/wm/
H A Dwindow_state_unittest.cc415 TEST_F(WindowStateTest, RestoreBounds) { in TEST_F() argument

12