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