24 references to PhotoPrintingIntent
ReachFramework (24)
PrintConfig\PhotoPrintingIntent.cs (6)
47
public
PhotoPrintingIntent
Value
72
internal
PhotoPrintingIntent
_value;
132
option._value = (
PhotoPrintingIntent
)enumValue;
244
/// The value to set is not one of the standard <see cref="
PhotoPrintingIntent
"/>.
246
public
PhotoPrintingIntent
Value
250
return (
PhotoPrintingIntent
)this[PrintSchemaTags.Framework.OptionNameProperty];
PrintConfig\PrintSchema.cs (6)
1770
internal static
PhotoPrintingIntent
PhotoPrintingIntentEnumMin =
PhotoPrintingIntent
.Unknown;
1771
internal static
PhotoPrintingIntent
PhotoPrintingIntentEnumMax =
PhotoPrintingIntent
.PhotoStandard;
2151
internal static string[] PhotoIntentNames = Enum.GetNames(typeof(
PhotoPrintingIntent
));
2152
internal static int[] PhotoIntentEnums = (int[])(Array)Enum.GetValues<
PhotoPrintingIntent
>();
PrintConfig\PrtCap_Public_Simple.cs (5)
880
/// Gets a read-only collection of <see cref="
PhotoPrintingIntent
"/> that represents the printer's
886
public ReadOnlyCollection<
PhotoPrintingIntent
> PhotoPrintingIntentCapability
892
List<
PhotoPrintingIntent
> valueSet = new List<
PhotoPrintingIntent
>();
1002
private ReadOnlyCollection<
PhotoPrintingIntent
> _photoIntentCap;
PrintConfig\PrtTicket_Public_Simple.cs (7)
1231
public Nullable<
PhotoPrintingIntent
> PhotoPrintingIntent
1235
PhotoPrintingIntent
valueGot = GetEnumValueFromCacheOrXml<
PhotoPrintingIntent
>(
1254
AddSetterEnumValueToCache<
PhotoPrintingIntent
>(
1256
(value == null) ? (
PhotoPrintingIntent
)PrintSchema.EnumUnspecifiedValue : (
PhotoPrintingIntent
)value);
1594
_printTicket.PagePhotoPrintingIntent.Value = (
PhotoPrintingIntent
)cacheValue;