11 references to XamlSchemaContext
System.Data (11)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (11)
37
this.dynamicActivityPropertyNameMember = new XamlMember(typeof(DynamicActivityProperty).GetProperty("Name"), this.
XamlSchemaContext
);
38
this.dynamicActivityPropertyValueMember = new XamlMember(typeof(DynamicActivityProperty).GetProperty("Value"), this.
XamlSchemaContext
);
154
if (this.
XamlSchemaContext
.IsClrNamespaceWithNoAssembly(activityBuilderReader.Namespace.Namespace))
180
string fullNs = this.
XamlSchemaContext
.AddLocalAssembly(ns.Namespace);
212
WorkflowDesignerXamlSchemaContext schemaContext = obj is ActivityBuilder ? this.
XamlSchemaContext
: new WorkflowDesignerXamlSchemaContext(null);
472
this.
XamlSchemaContext
.ContainsConversionRequiredType = false;
474
using (XamlDebuggerXmlReader debuggerReader = new XamlDebuggerXmlReader(new StringReader(text), this.
XamlSchemaContext
))
478
using (System.Xaml.XamlReader activityTemplateFactoryBuilderReader = new ActivityTemplateFactoryBuilderReader(activityBuilderReader, this.
XamlSchemaContext
))
605
if (this.
XamlSchemaContext
.HasLocalAssembly)
617
XamlType dynamicActivityPropertyType = this.
XamlSchemaContext
.GetXamlType(typeof(DynamicActivityProperty));
688
if (this.
XamlSchemaContext
.ContainsConversionRequiredType)