3 writes to Value
PresentationCore (3)
MS\Internal\Ink\ExtendedProperty.cs (1)
26Value = value;
MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
243currentProperty.Value = value;
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
571epcClone[x].Value = matrixString;
30 references to Value
PresentationCore (30)
MS\Internal\Ink\ExtendedProperty.cs (11)
33return Id.GetHashCode() ^ Value.GetHashCode(); 48Type type1 = this.Value.GetType(); 49Type type2 = that.Value.GetType(); 61Array array1 = (Array)this.Value; 62Array array2 = (Array)that.Value; 78return that.Value.Equals(this.Value); 116if (Value == null) 120else if (Value is string) 122val = "\"" + Value.ToString() + "\""; 126val = Value.ToString();
MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
230return ep.Value; 241object oldValue = currentProperty.Value;
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
46object data = attribute.Value; 61interopTypeInfo = SerializationHelper.ConvertToVarEnum(attribute.Value.GetType(), true);
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
569Matrix matrix = (Matrix)epcClone[x].Value;
System\Windows\Ink\DrawingAttributes.cs (14)
802newProperty.Value, //the property 803args.OldProperty.Value);//previous value 812args.OldProperty.Value);//previous value 824if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 829args.NewProperty.Value, //the property 839args.NewProperty.Value, //the property 854if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 859args.NewProperty.Value, //the da 860args.OldProperty.Value);//old value 867if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 871args.NewProperty.Value, 872args.OldProperty.Value);//old value