4 references to IsRoaming
System.IO.IsolatedStorage (4)
System\IO\IsolatedStorage\Helper.cs (1)
34if (IsRoaming(scope))
System\IO\IsolatedStorage\Helper.NonMobile.cs (1)
22IsRoaming(scope) ? Environment.SpecialFolder.ApplicationData : // e.g. C:\Users\Joe\AppData\Roaming
System\IO\IsolatedStorage\IsolatedStorageFile.cs (2)
61if (Helper.IsRoaming(Scope)) 706if (Helper.IsRoaming(Scope))