15 references to Contains
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
149if (this.Contains(id)) 167if (!Contains(id)) 310System.Diagnostics.Debug.Assert(!this.Contains(extendedProperty.Id), "ExtendedProperty already belongs to the collection");
System\Windows\Ink\DrawingAttributes.cs (10)
69if (!_extendedProperties.Contains(KnownIds.Color)) 93if (!_extendedProperties.Contains(KnownIds.StylusTip)) 122if (!_extendedProperties.Contains(KnownIds.StylusTipTransform)) 151if (!_extendedProperties.Contains(KnownIds.StylusHeight)) 178if (!_extendedProperties.Contains(KnownIds.StylusWidth)) 267if (!_extendedProperties.Contains(KnownIds.IsHighlighter)) 342return this.ExtendedProperties.Contains(propertyDataId); 403if (!_extendedProperties.Contains(KnownIds.CurveFittingError)) 889if (_extendedProperties.Contains(id)) 938if (!_extendedProperties.Contains(id))
System\Windows\Ink\Stroke.cs (1)
442return this.ExtendedProperties.Contains(propertyDataId);
System\Windows\Ink\StrokeCollection.cs (1)
206return this.ExtendedProperties.Contains(propertyDataId);