3 references to IsInsideApp
PresentationFramework (3)
System\Windows\Window.cs (3)
2185
if (
IsInsideApp
&& this == App.MainWindow)
3665
if (
IsInsideApp
== true)
4519
if (this.
IsInsideApp
)