1 write to Type
System.Activities (1)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
1089
this.objectStack.Push(new ObjectFrame {
Type
= xamlType });
7 references to Type
System.Activities (7)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (7)
1054
Fx.Assert(currentFrame.
Type
!= null, "Should only create PropertyReferencesNode inside a StartObject");
1065
Fx.Assert(currentFrame.
Type
!= null, "Should only create PropertyReferencesNode inside a StartObject");
1072
if (currentFrame.
Type
== null)
1110
if (currentFrame == null || currentFrame.
Type
== null)
1159
if (this.
Type
== null)
1177
XamlMember targetProperty = this.
Type
.GetMember(propertyReference.TargetProperty) ??
1178
new XamlMember(propertyReference.TargetProperty, this.
Type
, false);