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