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