1 write to _serializedObject
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
284this._serializedObject = serializedObject;
12 references to _serializedObject
ReachFramework (12)
Serialization\Manager\ReachSerializationUtils.cs (12)
304if((_serializedObject.GetType() == typeof(System.Windows.Documents.FixedDocument)) || 305(typeof(System.Windows.Documents.DocumentPaginator).IsAssignableFrom(_serializedObject.GetType()) 306&& (_serializedObject.GetType() != typeof(System.Windows.Documents.FixedDocumentSequence)))) 313else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 331Toolbox.Layout(_serializedObject as FixedPage, printTicket); 338else if(typeof(System.Windows.Media.Visual).IsAssignableFrom(_serializedObject.GetType())) 356if((_serializedObject.GetType() == typeof(System.Windows.Documents.FixedDocument)) || 357(typeof(System.Windows.Documents.DocumentPaginator).IsAssignableFrom(_serializedObject.GetType()) 358&& (_serializedObject.GetType() != typeof(System.Windows.Documents.FixedDocumentSequence)))) 362else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 367else if(typeof(System.Windows.Media.Visual).IsAssignableFrom(_serializedObject.GetType())) 569Visual visual = _serializedObject as Visual;