34 references to Id
PresentationCore (34)
Core\CSharp\MS\Internal\Ink\ExtendedProperty.cs (4)
47return Id.GetHashCode() ^ Value.GetHashCode(); 60if (that.Id == this.Id) 142return KnownIds.ConvertToString(Id) + "," + val;
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (7)
120if (_extendedProperties[x].Id == attributeId) 215guids[i] = this[i].Id; 255if (currentProperty.Id == attributeId) 266new ExtendedProperty(currentProperty.Id, oldValue), //old prop 325System.Diagnostics.Debug.Assert(!this.Contains(extendedProperty.Id), "ExtendedProperty already belongs to the collection"); 354_extendedProperties[_optimisticIndex].Id == id) 362if (_extendedProperties[i].Id == id)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (7)
64if (attribute.Id == KnownIds.DrawingFlags) 68else if (attribute.Id == KnownIds.StylusTip) 75if (UsesEmbeddedTypeInformation(attribute.Id)) 84EncodeAttribute(attribute.Id, data, interopTypeInfo, stream); 787cbWrite += ExtendedPropertySerializer.EncodeAsISF(prop.Id, data, stream, guidList, compressionAlgorithm, fTag); 808if (0 == GuidList.FindKnownTag(attribute.Id)) 810guids[count++] = attribute.Id;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (3)
608if (epcClone[x].Id == KnownIds.StylusTipTransform) 616if (DrawingAttributes.RemoveIdFromExtendedProperties(epcClone[x].Id)) 618epcClone.Remove(epcClone[x].Id);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (2)
2200guidList.Add(attributes[i].Id); 2243guidList.Add(stroke.ExtendedProperties[i].Id);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (1)
815tag = guidList.FindTag(stroke.ExtendedProperties[(int)x].Id, false);
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (10)
810= DrawingAttributes.GetDefaultDrawingAttributeValue(args.OldProperty.Id); 814new ExtendedProperty( args.OldProperty.Id, 818new PropertyDataChangedEventArgs( args.OldProperty.Id, 827new PropertyDataChangedEventArgs( args.OldProperty.Id, 839= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 846new PropertyDataChangedEventArgs( args.NewProperty.Id, 856new PropertyDataChangedEventArgs(args.NewProperty.Id, 867= DrawingAttributes.GetDefaultDrawingAttributeValue(args.NewProperty.Id); 877new PropertyDataChangedEventArgs( args.NewProperty.Id, 889new PropertyDataChangedEventArgs( args.NewProperty.Id,