24 references to PhotoPrintingIntent
ReachFramework (24)
PrintConfig\PhotoPrintingIntent.cs (6)
40
public
PhotoPrintingIntent
Value
65
internal
PhotoPrintingIntent
_value;
127
option._value = (
PhotoPrintingIntent
)enumValue;
239
/// The value to set is not one of the standard <see cref="
PhotoPrintingIntent
"/>.
241
public
PhotoPrintingIntent
Value
245
return (
PhotoPrintingIntent
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1764
internal static
PhotoPrintingIntent
PhotoPrintingIntentEnumMin =
PhotoPrintingIntent
.Unknown;
1765
internal static
PhotoPrintingIntent
PhotoPrintingIntentEnumMax =
PhotoPrintingIntent
.PhotoStandard;
2145
internal static string[] PhotoIntentNames = Enum.GetNames(typeof(
PhotoPrintingIntent
));
2146
internal static int[] PhotoIntentEnums = (int[])(Array)Enum.GetValues<
PhotoPrintingIntent
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
873
/// Gets a read-only collection of <see cref="
PhotoPrintingIntent
"/> that represents the printer's
879
public ReadOnlyCollection<
PhotoPrintingIntent
> PhotoPrintingIntentCapability
885
List<
PhotoPrintingIntent
> valueSet = new List<
PhotoPrintingIntent
>();
995
private ReadOnlyCollection<
PhotoPrintingIntent
> _photoIntentCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
1223
public Nullable<
PhotoPrintingIntent
> PhotoPrintingIntent
1227
PhotoPrintingIntent
valueGot = GetEnumValueFromCacheOrXml<
PhotoPrintingIntent
>(
1246
AddSetterEnumValueToCache<
PhotoPrintingIntent
>(
1248
(value == null) ? (
PhotoPrintingIntent
)PrintSchema.EnumUnspecifiedValue : (
PhotoPrintingIntent
)value);
1586
_printTicket.PagePhotoPrintingIntent.Value = (
PhotoPrintingIntent
)cacheValue;