2 writes to _partEditor
ReachFramework (2)
Packaging\XpsResource.cs (2)
47
_partEditor
= new PartEditor(_metroPart);
115
_partEditor
= null;
7 references to _partEditor
ReachFramework (7)
Packaging\XpsResource.cs (7)
88
return
_partEditor
.DataStream;
111
if (
_partEditor
!= null)
113
_partEditor
.Close();
138
if(
_partEditor
!= null )
143
_partEditor
.Flush();
168
if (
_partEditor
!= null)
170
_partEditor
.Close();