1 write to _ptStream
ReachFramework (1)
PrintConfig\PTManager.cs (1)
68
_ptStream
= validatedPrintTicketStream;
5 references to _ptStream
ReachFramework (5)
PrintConfig\PTManager.cs (5)
86
_printTicket = new PrintTicket(
_ptStream
);
122
int ptStreamHash = (this.
_ptStream
!= null) ? this.
_ptStream
.GetHashCode() : NullHashCode;
147
&& object.ReferenceEquals(this.
_ptStream
, other.
_ptStream
)