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