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