65 references to _profileHeader
PresentationCore (65)
System\Windows\Media\ColorContext.cs (65)
434return (int)_profileHeader.phDateTime_2; 453(context1._profileHeader.phSize == context2._profileHeader.phSize) && 454(context1._profileHeader.phCMMType == context2._profileHeader.phCMMType) && 455(context1._profileHeader.phVersion == context2._profileHeader.phVersion) && 456(context1._profileHeader.phClass == context2._profileHeader.phClass) && 457(context1._profileHeader.phDataColorSpace == context2._profileHeader.phDataColorSpace) && 458(context1._profileHeader.phConnectionSpace == context2._profileHeader.phConnectionSpace) && 459(context1._profileHeader.phDateTime_0 == context2._profileHeader.phDateTime_0) && 460(context1._profileHeader.phDateTime_1 == context2._profileHeader.phDateTime_1) && 461(context1._profileHeader.phDateTime_2 == context2._profileHeader.phDateTime_2) && 462(context1._profileHeader.phSignature == context2._profileHeader.phSignature) && 463(context1._profileHeader.phPlatform == context2._profileHeader.phPlatform) && 464(context1._profileHeader.phProfileFlags == context2._profileHeader.phProfileFlags) && 465(context1._profileHeader.phManufacturer == context2._profileHeader.phManufacturer) && 466(context1._profileHeader.phModel == context2._profileHeader.phModel) && 467(context1._profileHeader.phAttributes_0 == context2._profileHeader.phAttributes_0) && 468(context1._profileHeader.phAttributes_1 == context2._profileHeader.phAttributes_1) && 469(context1._profileHeader.phRenderingIntent == context2._profileHeader.phRenderingIntent) && 470(context1._profileHeader.phIlluminant_0 == context2._profileHeader.phIlluminant_0) && 471(context1._profileHeader.phIlluminant_1 == context2._profileHeader.phIlluminant_1) && 472(context1._profileHeader.phIlluminant_2 == context2._profileHeader.phIlluminant_2) && 473(context1._profileHeader.phCreator == context2._profileHeader.phCreator) 684_profileHeader.phSize = header.phSize; 685_profileHeader.phCMMType = header.phCMMType; 686_profileHeader.phVersion = header.phVersion; 687_profileHeader.phClass = header.phClass; 688_profileHeader.phDataColorSpace = header.phDataColorSpace; 689_profileHeader.phConnectionSpace = header.phConnectionSpace; 690_profileHeader.phDateTime_0 = header.phDateTime_0; 691_profileHeader.phDateTime_1 = header.phDateTime_1; 692_profileHeader.phDateTime_2 = header.phDateTime_2; 693_profileHeader.phSignature = header.phSignature; 694_profileHeader.phPlatform = header.phPlatform; 695_profileHeader.phProfileFlags = header.phProfileFlags; 696_profileHeader.phManufacturer = header.phManufacturer; 697_profileHeader.phModel = header.phModel; 698_profileHeader.phAttributes_0 = header.phAttributes_0; 699_profileHeader.phAttributes_1 = header.phAttributes_1; 700_profileHeader.phRenderingIntent = header.phRenderingIntent; 701_profileHeader.phIlluminant_0 = header.phIlluminant_0; 702_profileHeader.phIlluminant_1 = header.phIlluminant_1; 703_profileHeader.phIlluminant_2 = header.phIlluminant_2; 704_profileHeader.phCreator = header.phCreator; 706switch (_profileHeader.phDataColorSpace)