15 references to Contains
PresentationCore (15)
MS\Internal\Ink\ExtendedPropertyCollection.cs (3)
149
if (this.
Contains
(id))
167
if (!
Contains
(id))
310
System.Diagnostics.Debug.Assert(!this.
Contains
(extendedProperty.Id), "ExtendedProperty already belongs to the collection");
System\Windows\Ink\DrawingAttributes.cs (10)
69
if (!_extendedProperties.
Contains
(KnownIds.Color))
93
if (!_extendedProperties.
Contains
(KnownIds.StylusTip))
122
if (!_extendedProperties.
Contains
(KnownIds.StylusTipTransform))
151
if (!_extendedProperties.
Contains
(KnownIds.StylusHeight))
178
if (!_extendedProperties.
Contains
(KnownIds.StylusWidth))
267
if (!_extendedProperties.
Contains
(KnownIds.IsHighlighter))
342
return this.ExtendedProperties.
Contains
(propertyDataId);
403
if (!_extendedProperties.
Contains
(KnownIds.CurveFittingError))
889
if (_extendedProperties.
Contains
(id))
938
if (!_extendedProperties.
Contains
(id))
System\Windows\Ink\Stroke.cs (1)
442
return this.ExtendedProperties.
Contains
(propertyDataId);
System\Windows\Ink\StrokeCollection.cs (1)
206
return this.ExtendedProperties.
Contains
(propertyDataId);