4 references to
System (1)
compmod\system\componentmodel\ReferenceConverter.cs (1)
76
object obj = cont.Components
[
text];
System.Web (1)
UI\ControlPropertyNameConverter.cs (1)
69
Control control = allComponents
[
controlID] as Control;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
1296
if (designerHost.Container.Components
[
componentName] != null)
1298
ActivityDesigner designer = designerHost.GetDesigner(designerHost.Container.Components
[
componentName]) as ActivityDesigner;