15 references to Contains
PresentationCore (15)
Core\CSharp\MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
161if (this.Contains(id)) 179if (!Contains(id)) 325System.Diagnostics.Debug.Assert(!this.Contains(extendedProperty.Id), "ExtendedProperty already belongs to the collection");
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (10)
82if (!_extendedProperties.Contains(KnownIds.Color)) 106if (!_extendedProperties.Contains(KnownIds.StylusTip)) 135if (!_extendedProperties.Contains(KnownIds.StylusTipTransform)) 164if (!_extendedProperties.Contains(KnownIds.StylusHeight)) 191if (!_extendedProperties.Contains(KnownIds.StylusWidth)) 280if (!_extendedProperties.Contains(KnownIds.IsHighlighter)) 355return this.ExtendedProperties.Contains(propertyDataId); 416if (!_extendedProperties.Contains(KnownIds.CurveFittingError)) 907if (_extendedProperties.Contains(id)) 956if (!_extendedProperties.Contains(id))
Core\CSharp\System\Windows\Ink\Stroke.cs (1)
465return this.ExtendedProperties.Contains(propertyDataId);
Core\CSharp\System\Windows\Ink\StrokeCollection.cs (1)
230return this.ExtendedProperties.Contains(propertyDataId);