3 writes to Value
PresentationCore (3)
MS\Internal\Ink\ExtendedProperty.cs (1)
38Value = value;
MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
259currentProperty.Value = value;
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
582epcClone[x].Value = matrixString;
30 references to Value
PresentationCore (30)
MS\Internal\Ink\ExtendedProperty.cs (11)
45return Id.GetHashCode() ^ Value.GetHashCode(); 60Type type1 = this.Value.GetType(); 61Type type2 = that.Value.GetType(); 73Array array1 = (Array)this.Value; 74Array array2 = (Array)that.Value; 90return that.Value.Equals(this.Value); 128if (Value == null) 132else if (Value is string) 134val = "\"" + Value.ToString() + "\""; 138val = Value.ToString();
MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
246return ep.Value; 257object oldValue = currentProperty.Value;
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
59object data = attribute.Value; 74interopTypeInfo = SerializationHelper.ConvertToVarEnum(attribute.Value.GetType(), true);
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
580Matrix matrix = (Matrix)epcClone[x].Value;
System\Windows\Ink\DrawingAttributes.cs (14)
814newProperty.Value, //the property 815args.OldProperty.Value);//previous value 824args.OldProperty.Value);//previous value 836if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 841args.NewProperty.Value, //the property 851args.NewProperty.Value, //the property 866if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 871args.NewProperty.Value, //the da 872args.OldProperty.Value);//old value 879if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 883args.NewProperty.Value, 884args.OldProperty.Value);//old value