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