4 references to IndexOf
PresentationCore (4)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (4)
116
int index =
IndexOf
(stylusPointProperty.Id);
148
int index =
IndexOf
(guid);
162
return
IndexOf
(guid);
392
if (-1 == stylusPointDescriptionSuperset.
IndexOf
(id))