18 writes to _propertyMaps
ReachFramework (18)
PrintConfig\DocumentNUp.cs (2)
494this._propertyMaps = new PTPropertyMapEntry[] { 604this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\JobCollate.cs (1)
252this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\JobDuplex.cs (1)
250this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\JobInputBins.cs (1)
334this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\JobPageOrder.cs (1)
224this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\JobStaple.cs (1)
256this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageBorderless.cs (1)
225this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageDeviceFont.cs (1)
226this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageMediaSize.cs (1)
335this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageMediaType.cs (1)
228this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageOrientation.cs (1)
224this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageOutputColor.cs (1)
228this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageOutputQuality.cs (1)
226this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageResolution.cs (1)
319this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageScaling.cs (1)
419this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PageTrueTypeFont.cs (1)
226this._propertyMaps = new PTPropertyMapEntry[] {
PrintConfig\PhotoPrintingIntent.cs (1)
224this._propertyMaps = new PTPropertyMapEntry[] {
6 references to _propertyMaps
ReachFramework (6)
PrintConfig\PrtTicket_Base.cs (6)
97for (int i=0; i<_propertyMaps.Length; i++) 99if (_propertyMaps[i].PropType == PTPropValueTypes.IntParamRefValue) 104_propertyMaps[i].ParamRefName); 366for (int i=0; i<_propertyMaps.Length; i++) 368if (_propertyMaps[i].PropName == propertyName) 370map = _propertyMaps[i];