45 references to SupportsCapability
ReachFramework (45)
PrintConfig\PrtCap_Public.cs (21)
132
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
147
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
162
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
177
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
192
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
207
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
222
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
237
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
252
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
267
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
282
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
297
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
312
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
327
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
342
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
357
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
372
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
387
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
402
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
417
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
432
/// You should use <see cref="
SupportsCapability
"/> to check the capability is supported before accessing the returned reference.
PrintConfig\PrtCap_Public_Simple.cs (24)
227
if (_printCap.
SupportsCapability
(CapabilityName.DocumentCollate))
260
if (_printCap.
SupportsCapability
(CapabilityName.PageDeviceFontSubstitution))
293
if (_printCap.
SupportsCapability
(CapabilityName.JobDuplex))
332
if (_printCap.
SupportsCapability
(CapabilityName.JobInputBin))
337
else if (_printCap.
SupportsCapability
(CapabilityName.DocumentInputBin))
342
else if (_printCap.
SupportsCapability
(CapabilityName.PageInputBin))
378
if (_printCap.
SupportsCapability
(CapabilityName.JobCopyCount) &&
398
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
418
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
444
if (_printCap.
SupportsCapability
(CapabilityName.PageOutputColor))
477
if (_printCap.
SupportsCapability
(CapabilityName.PageOutputQuality))
510
if (_printCap.
SupportsCapability
(CapabilityName.PageBorderless))
540
if (_printCap.
SupportsCapability
(CapabilityName.PageImageableSize) &&
577
if (_printCap.
SupportsCapability
(CapabilityName.PageMediaSize))
617
if (_printCap.
SupportsCapability
(CapabilityName.PageMediaType))
650
if (_printCap.
SupportsCapability
(CapabilityName.JobPageOrder))
683
if (_printCap.
SupportsCapability
(CapabilityName.PageOrientation))
716
if (_printCap.
SupportsCapability
(CapabilityName.PageResolution))
754
if (_printCap.
SupportsCapability
(CapabilityName.PageScaling))
825
if (_printCap.
SupportsCapability
(CapabilityName.JobNUp))
859
if (_printCap.
SupportsCapability
(CapabilityName.JobNUp) &&
894
if (_printCap.
SupportsCapability
(CapabilityName.PagePhotoPrintingIntent))
926
if (_printCap.
SupportsCapability
(CapabilityName.JobStaple))
959
if (_printCap.
SupportsCapability
(CapabilityName.PageTrueTypeFontMode))