4 references to IndexOf
PresentationCore (4)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (4)
126
int index =
IndexOf
(stylusPointProperty.Id);
158
int index =
IndexOf
(guid);
172
return
IndexOf
(guid);
404
if (-1 == stylusPointDescriptionSuperset.
IndexOf
(id))