File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -344,18 +344,18 @@ x.tabItem.NavigationParameter.NavigationParameter is PaneNavigationArguments pan
344344 }
345345 }
346346
347- public bool SetCanWindowToFront ( bool canWindowToFront )
348- {
349- lock ( _canWindowToFrontLock )
350- {
351- if ( CanWindowToFront != canWindowToFront )
352- {
353- CanWindowToFront = canWindowToFront ;
354- return true ;
355- }
356- return false ;
357- }
358- }
347+ public bool SetCanWindowToFront ( bool canWindowToFront )
348+ {
349+ lock ( _canWindowToFrontLock )
350+ {
351+ if ( CanWindowToFront != canWindowToFront )
352+ {
353+ CanWindowToFront = canWindowToFront ;
354+ return true ;
355+ }
356+ return false ;
357+ }
358+ }
359359
360360 private const int WM_WINDOWPOSCHANGING = 0x0046 ;
361361 private void WindowManager_WindowMessageReceived ( object ? sender , WinUIEx . Messaging . WindowMessageEventArgs e )
You can’t perform that action at this time.
0 commit comments