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