65 references to _profileHeader
PresentationCore (65)
System\Windows\Media\ColorContext.cs (65)
418return (int)_profileHeader.phDateTime_2; 436(context1._profileHeader.phSize == context2._profileHeader.phSize) && 437(context1._profileHeader.phCMMType == context2._profileHeader.phCMMType) && 438(context1._profileHeader.phVersion == context2._profileHeader.phVersion) && 439(context1._profileHeader.phClass == context2._profileHeader.phClass) && 440(context1._profileHeader.phDataColorSpace == context2._profileHeader.phDataColorSpace) && 441(context1._profileHeader.phConnectionSpace == context2._profileHeader.phConnectionSpace) && 442(context1._profileHeader.phDateTime_0 == context2._profileHeader.phDateTime_0) && 443(context1._profileHeader.phDateTime_1 == context2._profileHeader.phDateTime_1) && 444(context1._profileHeader.phDateTime_2 == context2._profileHeader.phDateTime_2) && 445(context1._profileHeader.phSignature == context2._profileHeader.phSignature) && 446(context1._profileHeader.phPlatform == context2._profileHeader.phPlatform) && 447(context1._profileHeader.phProfileFlags == context2._profileHeader.phProfileFlags) && 448(context1._profileHeader.phManufacturer == context2._profileHeader.phManufacturer) && 449(context1._profileHeader.phModel == context2._profileHeader.phModel) && 450(context1._profileHeader.phAttributes_0 == context2._profileHeader.phAttributes_0) && 451(context1._profileHeader.phAttributes_1 == context2._profileHeader.phAttributes_1) && 452(context1._profileHeader.phRenderingIntent == context2._profileHeader.phRenderingIntent) && 453(context1._profileHeader.phIlluminant_0 == context2._profileHeader.phIlluminant_0) && 454(context1._profileHeader.phIlluminant_1 == context2._profileHeader.phIlluminant_1) && 455(context1._profileHeader.phIlluminant_2 == context2._profileHeader.phIlluminant_2) && 456(context1._profileHeader.phCreator == context2._profileHeader.phCreator) 666_profileHeader.phSize = header.phSize; 667_profileHeader.phCMMType = header.phCMMType; 668_profileHeader.phVersion = header.phVersion; 669_profileHeader.phClass = header.phClass; 670_profileHeader.phDataColorSpace = header.phDataColorSpace; 671_profileHeader.phConnectionSpace = header.phConnectionSpace; 672_profileHeader.phDateTime_0 = header.phDateTime_0; 673_profileHeader.phDateTime_1 = header.phDateTime_1; 674_profileHeader.phDateTime_2 = header.phDateTime_2; 675_profileHeader.phSignature = header.phSignature; 676_profileHeader.phPlatform = header.phPlatform; 677_profileHeader.phProfileFlags = header.phProfileFlags; 678_profileHeader.phManufacturer = header.phManufacturer; 679_profileHeader.phModel = header.phModel; 680_profileHeader.phAttributes_0 = header.phAttributes_0; 681_profileHeader.phAttributes_1 = header.phAttributes_1; 682_profileHeader.phRenderingIntent = header.phRenderingIntent; 683_profileHeader.phIlluminant_0 = header.phIlluminant_0; 684_profileHeader.phIlluminant_1 = header.phIlluminant_1; 685_profileHeader.phIlluminant_2 = header.phIlluminant_2; 686_profileHeader.phCreator = header.phCreator; 688switch (_profileHeader.phDataColorSpace)