1 write to _serializedObject
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
283this._serializedObject = serializedObject;
12 references to _serializedObject
ReachFramework (12)
Serialization\Manager\ReachSerializationUtils.cs (12)
303if((_serializedObject.GetType() == typeof(System.Windows.Documents.FixedDocument)) || 304(typeof(System.Windows.Documents.DocumentPaginator).IsAssignableFrom(_serializedObject.GetType()) 305&& (_serializedObject.GetType() != typeof(System.Windows.Documents.FixedDocumentSequence)))) 312else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 330Toolbox.Layout(_serializedObject as FixedPage, printTicket); 337else if(typeof(System.Windows.Media.Visual).IsAssignableFrom(_serializedObject.GetType())) 355if((_serializedObject.GetType() == typeof(System.Windows.Documents.FixedDocument)) || 356(typeof(System.Windows.Documents.DocumentPaginator).IsAssignableFrom(_serializedObject.GetType()) 357&& (_serializedObject.GetType() != typeof(System.Windows.Documents.FixedDocumentSequence)))) 361else if(_serializedObject.GetType() == typeof(System.Windows.Documents.FixedPage)) 366else if(typeof(System.Windows.Media.Visual).IsAssignableFrom(_serializedObject.GetType())) 568Visual visual = _serializedObject as Visual;