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