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