4 writes to DefaultSource
ReachFramework (4)
MS\Internal\Printing\Configuration\DevMode.cs (1)
435
Copy(DevModeFields.DM_DEFAULTSOURCE, fields, src.DefaultSource, (short value) => this.
DefaultSource
= value);
PrintConfig\PrintSchemaShim.cs (3)
417
inDevMode.
DefaultSource
= 0;
423
inDevMode.
DefaultSource
= bins[0];
676
TrySet(dmPaperSourceToInputBin, inputBin, (defaultSource) => devMode.
DefaultSource
= defaultSource);
3 references to DefaultSource
ReachFramework (3)
MS\Internal\Printing\Configuration\DevMode.cs (1)
435
Copy(DevModeFields.DM_DEFAULTSOURCE, fields, src.
DefaultSource
, (short value) => this.DefaultSource = value);
PrintConfig\PrintSchemaShim.cs (2)
265
SetInputBin(baseTicket, scope, deltaDevMode.
DefaultSource
);
421
if (inDevMode.IsFieldSet(DevModeFields.DM_DEFAULTSOURCE) && !bins.Contains(inDevMode.
DefaultSource
))