3 references to IsKnownButton
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
1556
return new StylusPointPropertyInfo( new StylusPointProperty(guid, StylusPointPropertyIds.
IsKnownButton
(guid)),
System\Windows\Input\Stylus\Common\StylusPointProperty.cs (1)
58
if (StylusPointPropertyIds.
IsKnownButton
(identifier))
System\Windows\Input\Stylus\Pointer\PointerStylusPointPropertyInfoHelper.cs (1)
75
StylusPointProperty stylusProp = new StylusPointProperty(propGuid, StylusPointPropertyIds.
IsKnownButton
(propGuid));