7 references to Profile
System.Web (4)
Abstractions\HttpContextWrapper.cs (1)
165return _context.Profile;
Profile\ProfileModule.cs (1)
148context.Profile.Save();
UI\WebControls\ProfileParameter.cs (2)
102if (context == null || context.Profile == null) { 105return DataBinder.Eval(context.Profile, PropertyName);
System.Web.Extensions (3)
Profile\ProfileService.cs (2)
36ProfileBase profile = context.Profile; 86ProfileBase profile = context.Profile;
UI\ProfileServiceManager.cs (1)
135ProfileBase profile = context.Profile;