6 instantiations of ExtendedProperty
PresentationCore (6)
MS\Internal\Ink\ExtendedProperty.cs (2)
185
return new
ExtendedProperty
(guid, _value);
198
return new
ExtendedProperty
(guid, newArray);
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
153
ExtendedProperty extendedProperty = new
ExtendedProperty
(id, value);
250
new
ExtendedProperty
(currentProperty.Id, oldValue), //old prop
263
ExtendedProperty attributeToAdd = new
ExtendedProperty
(attributeId, value);
System\Windows\Ink\DrawingAttributes.cs (1)
797
new
ExtendedProperty
( args.OldProperty.Id,
28 references to ExtendedProperty
PresentationCore (27)
MS\Internal\Ink\ExtendedProperty.cs (7)
44
ExtendedProperty
that = (
ExtendedProperty
)obj;
86
public static bool operator ==(
ExtendedProperty
first,
ExtendedProperty
second)
104
public static bool operator !=(
ExtendedProperty
first,
ExtendedProperty
second)
167
internal
ExtendedProperty
Clone()
MS\Internal\Ink\ExtendedPropertyCollection.cs (10)
153
ExtendedProperty
extendedProperty = new ExtendedProperty(id, value);
171
ExtendedProperty
propertyToRemove = GetExtendedPropertyById(id);
225
ExtendedProperty
ep = GetExtendedPropertyById(attributeId);
237
ExtendedProperty
currentProperty = _extendedProperties[i];
263
ExtendedProperty
attributeToAdd = new ExtendedProperty(attributeId, value);
277
internal
ExtendedProperty
this[int index]
307
private void Add(
ExtendedProperty
extendedProperty)
326
private
ExtendedProperty
GetExtendedPropertyById(Guid id)
356
private List<
ExtendedProperty
> _extendedProperties = new List<
ExtendedProperty
>();
MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (3)
43
internal static void EncodeToStream(
ExtendedProperty
attribute, Stream stream)
725
ExtendedProperty
prop = attributes[i];
753
ExtendedProperty
attribute = attributes[x];
System\Windows\Ink\DrawingAttributes.cs (1)
796
ExtendedProperty
newProperty =
System\Windows\Ink\Events.cs (6)
149
private
ExtendedProperty
_oldProperty;
150
private
ExtendedProperty
_newProperty;
153
internal ExtendedPropertiesChangedEventArgs(
ExtendedProperty
oldProperty,
154
ExtendedProperty
newProperty)
168
internal
ExtendedProperty
OldProperty
177
internal
ExtendedProperty
NewProperty
PresentationFramework (1)
HashHelper.cs (1)
14
typeof(System.Windows.Ink.
ExtendedProperty
), // bug 1612101