65 references to _profileHeader
PresentationCore (65)
Core\CSharp\System\Windows\Media\ColorContext.cs (65)
512return (int)_profileHeader.phDateTime_2; 536(context1._profileHeader.phSize == context2._profileHeader.phSize) && 537(context1._profileHeader.phCMMType == context2._profileHeader.phCMMType) && 538(context1._profileHeader.phVersion == context2._profileHeader.phVersion) && 539(context1._profileHeader.phClass == context2._profileHeader.phClass) && 540(context1._profileHeader.phDataColorSpace == context2._profileHeader.phDataColorSpace) && 541(context1._profileHeader.phConnectionSpace == context2._profileHeader.phConnectionSpace) && 542(context1._profileHeader.phDateTime_0 == context2._profileHeader.phDateTime_0) && 543(context1._profileHeader.phDateTime_1 == context2._profileHeader.phDateTime_1) && 544(context1._profileHeader.phDateTime_2 == context2._profileHeader.phDateTime_2) && 545(context1._profileHeader.phSignature == context2._profileHeader.phSignature) && 546(context1._profileHeader.phPlatform == context2._profileHeader.phPlatform) && 547(context1._profileHeader.phProfileFlags == context2._profileHeader.phProfileFlags) && 548(context1._profileHeader.phManufacturer == context2._profileHeader.phManufacturer) && 549(context1._profileHeader.phModel == context2._profileHeader.phModel) && 550(context1._profileHeader.phAttributes_0 == context2._profileHeader.phAttributes_0) && 551(context1._profileHeader.phAttributes_1 == context2._profileHeader.phAttributes_1) && 552(context1._profileHeader.phRenderingIntent == context2._profileHeader.phRenderingIntent) && 553(context1._profileHeader.phIlluminant_0 == context2._profileHeader.phIlluminant_0) && 554(context1._profileHeader.phIlluminant_1 == context2._profileHeader.phIlluminant_1) && 555(context1._profileHeader.phIlluminant_2 == context2._profileHeader.phIlluminant_2) && 556(context1._profileHeader.phCreator == context2._profileHeader.phCreator) 789_profileHeader.phSize = header.phSize; 790_profileHeader.phCMMType = header.phCMMType; 791_profileHeader.phVersion = header.phVersion; 792_profileHeader.phClass = header.phClass; 793_profileHeader.phDataColorSpace = header.phDataColorSpace; 794_profileHeader.phConnectionSpace = header.phConnectionSpace; 795_profileHeader.phDateTime_0 = header.phDateTime_0; 796_profileHeader.phDateTime_1 = header.phDateTime_1; 797_profileHeader.phDateTime_2 = header.phDateTime_2; 798_profileHeader.phSignature = header.phSignature; 799_profileHeader.phPlatform = header.phPlatform; 800_profileHeader.phProfileFlags = header.phProfileFlags; 801_profileHeader.phManufacturer = header.phManufacturer; 802_profileHeader.phModel = header.phModel; 803_profileHeader.phAttributes_0 = header.phAttributes_0; 804_profileHeader.phAttributes_1 = header.phAttributes_1; 805_profileHeader.phRenderingIntent = header.phRenderingIntent; 806_profileHeader.phIlluminant_0 = header.phIlluminant_0; 807_profileHeader.phIlluminant_1 = header.phIlluminant_1; 808_profileHeader.phIlluminant_2 = header.phIlluminant_2; 809_profileHeader.phCreator = header.phCreator; 811switch (_profileHeader.phDataColorSpace)