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)
50if (_site != null) 52return _site; 57Debug.Assert(_site != null, "Expected the component to be sited."); 59return _site;