5 writes to type
System.Workflow.ComponentModel (5)
AuthoringOM\Serializer\XamlInterfaces.cs (5)
154
this.
type
= type;
185
type
= manager.GetType(new XmlQualifiedName(typename, reader.LookupNamespace(prefix)));
196
type
= manager.GetType(new XmlQualifiedName(typename, reader.LookupNamespace(string.Empty)));
203
type
= typeProvider.GetType(typename);
209
type
= manager.SerializationManager.GetType(typename);
11 references to type
System.Workflow.ComponentModel (11)
AuthoringOM\Serializer\XamlInterfaces.cs (11)
158
if (this.
type
!= null)
159
return this.
type
;
186
if (
type
!= null)
187
return
type
;
199
if (
type
== null)
208
if (
type
== null && manager.GetService(typeof(ITypeResolutionService)) == null)
211
if (
type
!= null)
212
return
type
;
223
if (this.
type
!= null)
224
return this.
type
.FullName;
237
get { return this.
type
; }