2 writes to _typeSerializableDependencyProperties
ReachFramework (2)
Serialization\Manager\XpsSerializationManager.cs (2)
1261
_typeSerializableDependencyProperties
= null;
1295
_typeSerializableDependencyProperties
= new Hashtable(11);
5 references to _typeSerializableDependencyProperties
ReachFramework (5)
Serialization\Manager\XpsSerializationManager.cs (5)
1293
if(
_typeSerializableDependencyProperties
== null)
1313
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedPage)] =
1330
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedDocument)] =
1347
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedDocumentSequence)] =
1421
return
_typeSerializableDependencyProperties
;