1 implementation of IDesignerOptionService
System (1)
compmod\system\componentmodel\design\DesignerOptionService.cs (1)
21public abstract class DesignerOptionService : IDesignerOptionService
5 references to IDesignerOptionService
System (2)
compmod\system\componentmodel\design\DesignerOptionService.cs (2)
109object IDesignerOptionService.GetOptionValue(string pageName, string valueName) { 121void IDesignerOptionService.SetOptionValue(string pageName, string valueName, object value) {
System.Workflow.ComponentModel (3)
AuthoringOM\Design\WorkflowLayouts.cs (3)
760IDesignerOptionService designerOptionService = this.serviceProvider.GetService(typeof(IDesignerOptionService)) as IDesignerOptionService;