2 writes to _typeSerializableDependencyProperties
ReachFramework (2)
Serialization\Manager\XpsSerializationManager.cs (2)
1274
_typeSerializableDependencyProperties
= null;
1308
_typeSerializableDependencyProperties
= new Hashtable(11);
5 references to _typeSerializableDependencyProperties
ReachFramework (5)
Serialization\Manager\XpsSerializationManager.cs (5)
1306
if(
_typeSerializableDependencyProperties
== null)
1326
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedPage)] =
1343
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedDocument)] =
1360
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedDocumentSequence)] =
1434
return
_typeSerializableDependencyProperties
;