13 references to IsButton
PresentationCore (13)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
718
if (propertyInfo.
IsButton
)
829
if (propertyInfo.
IsButton
)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
295
if (stylusPointProperty.
IsButton
)
378
if (stylusPointProperty.
IsButton
)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (3)
76
if (infos[x].
IsButton
)
245
if (!buttonProperty.
IsButton
)
257
if (_stylusPointPropertyInfos[x].
IsButton
)
System\Windows\Input\Stylus\Common\StylusPointProperty.cs (1)
38
Initialize(stylusPointProperty.Id, stylusPointProperty.
IsButton
);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (2)
124
stylusPointPropertyInfo1.
IsButton
== stylusPointPropertyInfo2.
IsButton
);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
349
if (stylusPointProperty.
IsButton
)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
129
if (prop.
IsButton
)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
237
else if (propInfo.
IsButton
)