3 references to IsInsideApp
PresentationFramework (3)
src\Framework\System\Windows\Window.cs (3)
2239
if (
IsInsideApp
&& this == App.MainWindow)
3754
if (
IsInsideApp
== true)
4692
if (this.
IsInsideApp
)