Home
last modified time | relevance | path

Searched refs:_iWebFormsDocumentService (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Mobile/UI/MobileControls/Design/
H A DMobileContainerDesigner.cs43 private IWebFormsDocumentService _iWebFormsDocumentService; field in System.Web.UI.Design.MobileControls.MobileContainerDesigner
111 if (_iWebFormsDocumentService == null)
113 _iWebFormsDocumentService =
116 Debug.Assert(_iWebFormsDocumentService != null);
119 return _iWebFormsDocumentService;
H A DMobileControlDesigner.cs36 private IWebFormsDocumentService _iWebFormsDocumentService; field in System.Web.UI.Design.MobileControls.MobileControlDesigner
175 if (_iWebFormsDocumentService == null)
177 _iWebFormsDocumentService =
180 Debug.Assert(_iWebFormsDocumentService != null);
183 return _iWebFormsDocumentService;
H A DMobileTemplatedControlDesigner.cs50 private IWebFormsDocumentService _iWebFormsDocumentService; field in System.Web.UI.Design.MobileControls.MobileTemplatedControlDesigner
240 if (_iWebFormsDocumentService == null)
242 _iWebFormsDocumentService =
245 Debug.Assert(_iWebFormsDocumentService != null);
248 return _iWebFormsDocumentService;
H A DStyleSheetDesigner.cs39 private IWebFormsDocumentService _iWebFormsDocumentService; field in System.Web.UI.Design.MobileControls.StyleSheetDesigner
192 if (_iWebFormsDocumentService == null)
194 _iWebFormsDocumentService =
197 Debug.Assert(_iWebFormsDocumentService != null);
200 return _iWebFormsDocumentService;