3 references to IsInsideApp
PresentationFramework (3)
System\Windows\Window.cs (3)
2211
if (
IsInsideApp
&& this == App.MainWindow)
3696
if (
IsInsideApp
== true)
4551
if (this.
IsInsideApp
)