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