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