1 write to _site
System.Web.Mobile (1)
UI\MobileControls\Design\MobileComponentEditorPage.cs (1)
56
_site
= selectedComponent.Site;
4 references to _site
System.Web.Mobile (4)
UI\MobileControls\Design\MobileComponentEditorPage.cs (4)
50
if (
_site
!= null)
52
return
_site
;
57
Debug.Assert(
_site
!= null, "Expected the component to be sited.");
59
return
_site
;