Implemented interface member:
property
Site
System.ComponentModel.IComponent.Site
2 writes to Site
System.Web (1)
UI\WebControls\Menu.cs (1)
1876
container.
Site
= this.Site;
System.Web.Mobile (1)
UI\MobileControls\Design\StylesEditorDialog.cs (1)
111
_tempStyleSheet.
Site
= _styleSheet.Site;
56 references to Site
System.Web (15)
UI\Control.cs (7)
454
if(
Site
!= null) {
455
if(
Site
.DesignMode) {
1233
return OwnerControl.
Site
;
2661
if (
Site
!= null) {
2662
container = (IContainer)
Site
.GetService(typeof(IContainer));
3017
if (DesignMode && Page != null && Page.
Site
!= null) {
3018
IUrlResolutionService resolutionService = (IUrlResolutionService)Page.
Site
.GetService(typeof(IUrlResolutionService));
UI\Page.cs (2)
6298
_designMode = (
Site
!= null) ?
Site
.DesignMode : false;
UI\UserControl.cs (2)
261
if ((Page != null) && (Page.
Site
!= null)) {
262
designTime = Page.
Site
.DesignMode;
UI\WebControls\BaseDataBoundControl.cs (1)
204
&& (
Site
== null)) {
UI\WebControls\BaseDataList.cs (1)
478
if (IsBoundUsingDataSourceID && DesignMode && (
Site
== null)) {
UI\WebControls\Menu.cs (1)
1876
container.Site = this.
Site
;
UI\WebControls\Repeater.cs (1)
731
if (IsDataBindingAutomatic && DesignMode && (
Site
== null)) {
System.Web.DataVisualization (3)
Common\DataManager\DataManager.cs (1)
196
if(series.UnPrepareData(control.
Site
))
Common\Utilities\ElementPosition.cs (2)
149
if(Chart != null && Chart.IsDesignMode() && !Chart.serializing && Chart.
Site
!= null)
179
IDesignerMessageBoxDialog confirm = Chart.
Site
.GetService(typeof(IDesignerMessageBoxDialog)) as IDesignerMessageBoxDialog;
System.Web.Entity.Design (6)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (5)
85
IServiceProvider serviceProvider = _entityDataSource.
Site
;
105
IServiceProvider serviceProvider = _entityDataSource.
Site
;
663
ITypeDiscoveryService typeDiscoverySvc = this.EntityDataSource.
Site
.GetService(typeof(ITypeDiscoveryService)) as ITypeDiscoveryService;
831
UIHelper.ShowError(EntityDataSource.
Site
, message);
840
UIHelper.ShowWarning(EntityDataSource.
Site
, message);
System\Data\WebControls\Design\EntityDataSourceStatementEditor.cs (1)
32
IServiceProvider serviceProvider = entityDataSource.
Site
;
System.Web.Mobile (32)
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (2)
265
if (control.
Site
!= null)
267
id = control.
Site
.Name;
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (5)
55
int mergingContext) : base (designer.UnderlyingControl.
Site
)
84
_webConfig = new WebConfigManager(_designer.UnderlyingControl.
Site
);
601
_designer.UnderlyingControl.
Site
,
655
_designer.UnderlyingControl.
Site
,
1098
_designer.UnderlyingControl.
Site
UI\MobileControls\Design\AppliedDeviceFiltersEditor.cs (2)
33
ISite site = ctrl.
Site
;
36
site = ctrl.Page.
Site
;
UI\MobileControls\Design\Converters\ChoiceConverter.cs (1)
56
ISite componentSite = ss.
Site
;
UI\MobileControls\Design\Converters\FormConverter.cs (1)
123
ISite site = control.
Site
;
UI\MobileControls\Design\Converters\ValidatedMobileControlConverter.cs (1)
90
ISite site = thisValidator.
Site
;
UI\MobileControls\Design\DeviceSpecificDesigner.cs (4)
120
if (newDS.
Site
!= null)
122
IDesignerHost host = (IDesignerHost) newDS.
Site
.GetService(typeof(IDesignerHost));
197
_ds.
Site
.Name,
209
return String.Format(CultureInfo.CurrentCulture, _designTimeHTML, _ds.
Site
.Name, curChoice, message);
UI\MobileControls\Design\MobileContainerDesigner.cs (1)
380
ISite site = _mobileControl.
Site
;
UI\MobileControls\Design\MobileControlPersister.cs (1)
819
ISite site = control.
Site
;
UI\MobileControls\Design\MobileTemplatedControlDesigner.cs (2)
730
ISite site = _control.
Site
;
904
_control.
Site
,
UI\MobileControls\Design\PropertyOverridesDialog.cs (1)
57
) : base(designer.UnderlyingControl.
Site
) {
UI\MobileControls\Design\PropertyOverridesTypeEditor.cs (2)
33
ISite site = ctrl.
Site
;
36
site = ctrl.Page.
Site
;
UI\MobileControls\Design\StylesEditorDialog.cs (3)
92
String initialStyleName) : base (stylesheet.
Site
)
111
_tempStyleSheet.Site = _styleSheet.
Site
;
319
GenericUI.InitDialog(this, _styleSheet.
Site
);
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
549
_styleSheet.
Site
.Name,
580
_styleSheet.
Site
.Name,
593
_styleSheet.
Site
.Name,
UI\MobileControls\Design\Util\GenericUI.cs (1)
80
InitDialog(dialog, designer.UnderlyingControl.
Site
);
UI\MobileControls\MobileControl.cs (2)
109
if (
Site
== null || !
Site
.DesignMode)