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