1 write to _serializedObject
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
294this._serializedObject = serializedObject;
12 references to _serializedObject
ReachFramework (12)
Serialization\Manager\ReachSerializationUtils.cs (12)
314if((_serializedObject.GetType() == typeof(System.Windows.Documents.FixedDocument)) || 315(typeof(System.Windows.Documents.DocumentPaginator).IsAssignableFrom(_serializedObject.GetType()) 316&& (_serializedObject.GetType() != typeof(System.Windows.Documents.FixedDocumentSequence)))) 323else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 341Toolbox.Layout(_serializedObject as FixedPage, printTicket); 348else if(typeof(System.Windows.Media.Visual).IsAssignableFrom(_serializedObject.GetType())) 366if((_serializedObject.GetType() == typeof(System.Windows.Documents.FixedDocument)) || 367(typeof(System.Windows.Documents.DocumentPaginator).IsAssignableFrom(_serializedObject.GetType()) 368&& (_serializedObject.GetType() != typeof(System.Windows.Documents.FixedDocumentSequence)))) 372else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 377else if(typeof(System.Windows.Media.Visual).IsAssignableFrom(_serializedObject.GetType())) 579Visual visual = _serializedObject as Visual;