Base:
property
SchemaContext
System.Xaml.XamlWriter.SchemaContext
20 references to SchemaContext
System.Activities (20)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (20)
84
this.xamlTypeXamlType = this.
SchemaContext
.GetXamlType(typeof(XamlType));
85
this.typeXamlType = this.
SchemaContext
.GetXamlType(typeof(Type));
87
this.activityPropertyXamlType = this.
SchemaContext
.GetXamlType(typeof(DynamicActivityProperty));
95
this.activityBuilderPropertyReference = this.
SchemaContext
.GetXamlType(typeof(ActivityBuilder)).GetAttachableMember("PropertyReference");
96
this.activityBuilderPropertyReferences = this.
SchemaContext
.GetXamlType(typeof(ActivityBuilder)).GetAttachableMember("PropertyReferences");
97
this.activityPropertyReferenceXamlType = this.
SchemaContext
.GetXamlType(typeof(ActivityPropertyReference));
322
this.pendingNodes = new XamlNodeQueue(writer.
SchemaContext
);
355
activityXamlType = Writer.
SchemaContext
.GetXamlType(typeof(Activity));
362
activityXamlType = Writer.
SchemaContext
.GetXamlType(typeof(Activity<>).MakeGenericType(activityType));
470
this.otherNodes = new XamlNodeQueue(writer.
SchemaContext
);
476
this.xClassNodes = new XamlNodeQueue(Writer.
SchemaContext
);
503
this.xClassXamlType = new XamlType(this.xClassNamespace, xClassName, null, Writer.
SchemaContext
);
580
deferredPropertyNodes = new XamlNodeQueue(Writer.
SchemaContext
);
682
this.nameNodes = new XamlNodeQueue(writer.
SchemaContext
);
712
this.attributeNodes = new XamlNodeQueue(writer.
SchemaContext
);
736
this.propertiesNodes = new XamlNodeQueue(writer.
SchemaContext
);
1010
XamlType xamlType = Writer.
SchemaContext
.GetXamlType(xamlTypeName);
1028
this.valueNodes = new XamlNodeQueue(writer.
SchemaContext
);
1214
this.untransformedNodes = new XamlNodeQueue(Writer.
SchemaContext
);
1270
this.propertyReferenceNodes = new XamlNodeQueue(writer.
SchemaContext
);