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