3 references to IsInsideApp
PresentationFramework (3)
System\Windows\Window.cs (3)
2192
if (
IsInsideApp
&& this == App.MainWindow)
3675
if (
IsInsideApp
== true)
4532
if (this.
IsInsideApp
)