18 writes to _propertyMaps
ReachFramework (18)
PrintConfig\DocumentNUp.cs (2)
489
this.
_propertyMaps
= new PTPropertyMapEntry[] {
600
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\JobCollate.cs (1)
248
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\JobDuplex.cs (1)
246
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\JobInputBins.cs (1)
333
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\JobPageOrder.cs (1)
220
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\JobStaple.cs (1)
251
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageBorderless.cs (1)
221
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageDeviceFont.cs (1)
222
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageMediaSize.cs (1)
328
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageMediaType.cs (1)
223
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageOrientation.cs (1)
220
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageOutputColor.cs (1)
223
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageOutputQuality.cs (1)
222
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageResolution.cs (1)
311
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageScaling.cs (1)
411
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PageTrueTypeFont.cs (1)
222
this.
_propertyMaps
= new PTPropertyMapEntry[] {
PrintConfig\PhotoPrintingIntent.cs (1)
220
this.
_propertyMaps
= new PTPropertyMapEntry[] {
6 references to _propertyMaps
ReachFramework (6)
PrintConfig\PrtTicket_Base.cs (6)
87
for (int i=0; i<
_propertyMaps
.Length; i++)
89
if (
_propertyMaps
[i].PropType == PTPropValueTypes.IntParamRefValue)
94
_propertyMaps
[i].ParamRefName);
356
for (int i=0; i<
_propertyMaps
.Length; i++)
358
if (
_propertyMaps
[i].PropName == propertyName)
360
map =
_propertyMaps
[i];