3 writes to Value
PresentationCore (3)
MS\Internal\Ink\ExtendedProperty.cs (1)
27Value = value;
MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
244currentProperty.Value = value;
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
572epcClone[x].Value = matrixString;
30 references to Value
PresentationCore (30)
MS\Internal\Ink\ExtendedProperty.cs (11)
34return Id.GetHashCode() ^ Value.GetHashCode(); 49Type type1 = this.Value.GetType(); 50Type type2 = that.Value.GetType(); 62Array array1 = (Array)this.Value; 63Array array2 = (Array)that.Value; 79return that.Value.Equals(this.Value); 117if (Value == null) 121else if (Value is string) 123val = "\"" + Value.ToString() + "\""; 127val = Value.ToString();
MS\Internal\Ink\ExtendedPropertyCollection.cs (2)
231return ep.Value; 242object oldValue = currentProperty.Value;
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
47object data = attribute.Value; 62interopTypeInfo = SerializationHelper.ConvertToVarEnum(attribute.Value.GetType(), true);
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
570Matrix matrix = (Matrix)epcClone[x].Value;
System\Windows\Ink\DrawingAttributes.cs (14)
803newProperty.Value, //the property 804args.OldProperty.Value);//previous value 813args.OldProperty.Value);//previous value 825if (!defaultValueIfDrawingAttribute.Equals(args.NewProperty.Value)) 830args.NewProperty.Value, //the property 840args.NewProperty.Value, //the property 855if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 860args.NewProperty.Value, //the da 861args.OldProperty.Value);//old value 868if (!args.NewProperty.Value.Equals(args.OldProperty.Value)) 872args.NewProperty.Value, 873args.OldProperty.Value);//old value