Home
last modified time | relevance | path

Searched refs:_designerHost (Results 1 – 6 of 6) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DDesignSurface.cs153 if (_designerHost == null)
162 if (_designerHost == null)
165 return _designerHost.Container;
186 if (_designerHost == null)
219 if (_designerHost == null) in BeginLoad()
229 if (_designerHost == null) in BeginLoad()
255 if (_designerHost != null) { in Dispose()
256 _designerHost.Dispose (); in Dispose()
262 _designerHost = null; in Dispose()
372 if (_designerHost == null) in CreateDesigner()
[all …]
H A DDesignerHost.cs58 DesignerHost _designerHost; field in System.ComponentModel.Design.DesignerHost.DesignerHostTransaction
62 _designerHost = host; in DesignerHostTransaction()
67 _designerHost.OnTransactionClosing (this, TransactionAction.Cancel); in OnCancel()
68 _designerHost.OnTransactionClosed (this, TransactionAction.Cancel); in OnCancel()
73 _designerHost.OnTransactionClosing (this, TransactionAction.Commit); in OnCommit()
74 _designerHost.OnTransactionClosed (this, TransactionAction.Commit); in OnCommit()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Web.UI.Design/
H A DTemplateEditingService.cs44 _designerHost = designerHost; in TemplateEditingService()
73 _designerHost = null; in Dispose()
88 private IDesignerHost _designerHost; field in System.Web.UI.Design.TemplateEditingService
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DTemplateBuilder.cs79 private IDesignerHost _designerHost; field in System.Web.UI.TemplateBuilder
131 _designerHost = designerHost; in SetDesignerHost()
156 if (_designerHost != null) { in InstantiateIn()
157 builderServiceProvider = _designerHost; in InstantiateIn()
H A DDesignTimeParseData.cs18 private IDesignerHost _designerHost; field in System.Web.UI.DesignTimeParseData
44 _designerHost = designerHost; in DesignTimeParseData()
71 return _designerHost;
H A DTemplateParser.cs343 private IDesignerHost _designerHost; field in System.Web.UI.TemplateParser
348 return _designerHost;
352 _designerHost = value;
355 if (_designerHost != null) {
356 …_typeResolutionService = (ITypeResolutionService)_designerHost.GetService(typeof(ITypeResolutionSe…