2 writes to _typeSerializableDependencyProperties
ReachFramework (2)
Serialization\Manager\XpsSerializationManager.cs (2)
1260
_typeSerializableDependencyProperties
= null;
1294
_typeSerializableDependencyProperties
= new Hashtable(11);
5 references to _typeSerializableDependencyProperties
ReachFramework (5)
Serialization\Manager\XpsSerializationManager.cs (5)
1292
if(
_typeSerializableDependencyProperties
== null)
1312
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedPage)] =
1329
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedDocument)] =
1346
_typeSerializableDependencyProperties
[typeof(System.Windows.Documents.FixedDocumentSequence)] =
1420
return
_typeSerializableDependencyProperties
;