4 references to IndexOf
PresentationCore (4)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (4)
115
int index =
IndexOf
(stylusPointProperty.Id);
147
int index =
IndexOf
(guid);
161
return
IndexOf
(guid);
391
if (-1 == stylusPointDescriptionSuperset.
IndexOf
(id))