3 writes to Value
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\ExtendedProperty.cs (1)
40Value = value;
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
259currentProperty.Value = value;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
612epcClone[x].Value = matrixString;
30 references to Value
PresentationCore (30)
Core\CSharp\MS\Internal\Ink\ExtendedProperty.cs (11)
47return Id.GetHashCode() ^ Value.GetHashCode(); 62Type type1 = this.Value.GetType(); 63Type type2 = that.Value.GetType(); 75Array array1 = (Array)this.Value; 76Array array2 = (Array)that.Value; 92return that.Value.Equals(this.Value); 130if (Value == null) 134else if (Value is string) 136val = "\"" + Value.ToString() + "\""; 140val = Value.ToString();
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
243return ep.Value; 257object oldValue = currentProperty.Value;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
62object data = attribute.Value; 77interopTypeInfo = SerializationHelper.ConvertToVarEnum(attribute.Value.GetType(), true);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
610Matrix matrix = (Matrix)epcClone[x].Value;
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (14)
819newProperty.Value, //the property 820args.OldProperty.Value);//previous value 829args.OldProperty.Value);//previous value 842if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 847args.NewProperty.Value, //the property 857args.NewProperty.Value, //the property 873if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 878args.NewProperty.Value, //the da 879args.OldProperty.Value);//old value 886if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 890args.NewProperty.Value, 891args.OldProperty.Value);//old value