15 references to Contains
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
148if (this.Contains(id)) 166if (!Contains(id)) 309System.Diagnostics.Debug.Assert(!this.Contains(extendedProperty.Id), "ExtendedProperty already belongs to the collection");
System\Windows\Ink\DrawingAttributes.cs (10)
68if (!_extendedProperties.Contains(KnownIds.Color)) 92if (!_extendedProperties.Contains(KnownIds.StylusTip)) 121if (!_extendedProperties.Contains(KnownIds.StylusTipTransform)) 150if (!_extendedProperties.Contains(KnownIds.StylusHeight)) 177if (!_extendedProperties.Contains(KnownIds.StylusWidth)) 266if (!_extendedProperties.Contains(KnownIds.IsHighlighter)) 341return this.ExtendedProperties.Contains(propertyDataId); 402if (!_extendedProperties.Contains(KnownIds.CurveFittingError)) 888if (_extendedProperties.Contains(id)) 937if (!_extendedProperties.Contains(id))
System\Windows\Ink\Stroke.cs (1)
441return this.ExtendedProperties.Contains(propertyDataId);
System\Windows\Ink\StrokeCollection.cs (1)
207return this.ExtendedProperties.Contains(propertyDataId);