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