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