3 references to IsInsideApp
PresentationFramework (3)
System\Windows\Window.cs (3)
2184
if (
IsInsideApp
&& this == App.MainWindow)
3664
if (
IsInsideApp
)
4518
if (this.
IsInsideApp
)