45 references to SupportsCapability
ReachFramework (45)
PrintConfig\PrtCap_Public.cs (21)
126
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
141
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
156
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
171
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
186
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
201
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
216
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
231
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
246
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
261
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
276
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
291
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
306
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
321
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
336
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
351
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
366
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
381
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
396
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
411
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
426
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
PrintConfig\PrtCap_Public_Simple.cs (24)
221
if (_printCap.
SupportsCapability
(CapabilityName.DocumentCollate))
254
if (_printCap.
SupportsCapability
(CapabilityName.PageDeviceFontSubstitution))
287
if (_printCap.
SupportsCapability
(CapabilityName.JobDuplex))
326
if (_printCap.
SupportsCapability
(CapabilityName.JobInputBin))
331
else if (_printCap.
SupportsCapability
(CapabilityName.DocumentInputBin))
336
else if (_printCap.
SupportsCapability
(CapabilityName.PageInputBin))
372
if (_printCap.
SupportsCapability
(CapabilityName.JobCopyCount) &&
392
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
412
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
438
if (_printCap.
SupportsCapability
(CapabilityName.PageOutputColor))
471
if (_printCap.
SupportsCapability
(CapabilityName.PageOutputQuality))
504
if (_printCap.
SupportsCapability
(CapabilityName.PageBorderless))
534
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
571
if (_printCap.
SupportsCapability
(CapabilityName.PageMediaSize))
611
if (_printCap.
SupportsCapability
(CapabilityName.PageMediaType))
644
if (_printCap.
SupportsCapability
(CapabilityName.JobPageOrder))
677
if (_printCap.
SupportsCapability
(CapabilityName.PageOrientation))
710
if (_printCap.
SupportsCapability
(CapabilityName.PageResolution))
748
if (_printCap.
SupportsCapability
(CapabilityName.PageScaling))
819
if (_printCap.
SupportsCapability
(CapabilityName.JobNUp))
853
if (_printCap.
SupportsCapability
(CapabilityName.JobNUp) &&
888
if (_printCap.
SupportsCapability
(CapabilityName.PagePhotoPrintingIntent))
920
if (_printCap.
SupportsCapability
(CapabilityName.JobStaple))
953
if (_printCap.
SupportsCapability
(CapabilityName.PageTrueTypeFontMode))