2 writes to _typeName
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\Journaling.cs (2)
655
this.
_typeName
= new SecurityCriticalDataForSet<string>(typeName);
670
_typeName
= new SecurityCriticalDataForSet<string>(info.GetString("_typeName"));
5 references to _typeName
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\Journaling.cs (5)
685
info.AddValue("_typeName",
_typeName
.Value);
696
Debug.Assert(contentObject.GetType().AssemblyQualifiedName == this.
_typeName
.Value,
717
Invariant.Assert(this.
_typeName
.Value != null, "JournalEntry does not contain the Type for the PageFunction to be created");
725
Type pfType = Type.GetType(this.
_typeName
.Value);
733
throw new Exception(SR.Get(SRID.FailedResumePageFunction, this.
_typeName
.Value), ex);