2 writes to _typeName
PresentationFramework (2)
MS\Internal\AppModel\Journaling.cs (2)
628
this.
_typeName
= typeName;
639
_typeName
= info.GetString("_typeName");
5 references to _typeName
PresentationFramework (5)
MS\Internal\AppModel\Journaling.cs (5)
648
info.AddValue("_typeName",
_typeName
);
659
Debug.Assert(contentObject.GetType().AssemblyQualifiedName == this.
_typeName
,
674
Invariant.Assert(this.
_typeName
!= null, "JournalEntry does not contain the Type for the PageFunction to be created");
682
Type pfType = Type.GetType(this.
_typeName
);
689
throw new Exception(SR.Format(SR.FailedResumePageFunction, this.
_typeName
), ex);