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