15 references to Contains
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
164if (this.Contains(id)) 182if (!Contains(id)) 325System.Diagnostics.Debug.Assert(!this.Contains(extendedProperty.Id), "ExtendedProperty already belongs to the collection");
System\Windows\Ink\DrawingAttributes.cs (10)
80if (!_extendedProperties.Contains(KnownIds.Color)) 104if (!_extendedProperties.Contains(KnownIds.StylusTip)) 133if (!_extendedProperties.Contains(KnownIds.StylusTipTransform)) 162if (!_extendedProperties.Contains(KnownIds.StylusHeight)) 189if (!_extendedProperties.Contains(KnownIds.StylusWidth)) 278if (!_extendedProperties.Contains(KnownIds.IsHighlighter)) 353return this.ExtendedProperties.Contains(propertyDataId); 414if (!_extendedProperties.Contains(KnownIds.CurveFittingError)) 900if (_extendedProperties.Contains(id)) 949if (!_extendedProperties.Contains(id))
System\Windows\Ink\Stroke.cs (1)
457return this.ExtendedProperties.Contains(propertyDataId);
System\Windows\Ink\StrokeCollection.cs (1)
218return this.ExtendedProperties.Contains(propertyDataId);