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