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