3 references to IsInsideApp
PresentationFramework (3)
System\Windows\Window.cs (3)
2178
if (
IsInsideApp
&& this == App.MainWindow)
3655
if (
IsInsideApp
)
4506
if (this.
IsInsideApp
)