13 references to IsButton
PresentationCore (13)
MS\Internal\Ink\InkSerializedFormat\StrokeSerializer.cs (2)
725if (propertyInfo.IsButton) 836if (propertyInfo.IsButton)
System\Windows\Input\Stylus\Common\StylusPoint.cs (2)
305if (stylusPointProperty.IsButton) 388if (stylusPointProperty.IsButton)
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (3)
84if (infos[x].IsButton) 253if (!buttonProperty.IsButton) 265if (_stylusPointPropertyInfos[x].IsButton)
System\Windows\Input\Stylus\Common\StylusPointProperty.cs (1)
45Initialize(stylusPointProperty.Id, stylusPointProperty.IsButton);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfo.cs (2)
133stylusPointPropertyInfo1.IsButton == stylusPointPropertyInfo2.IsButton);
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
356if (stylusPointProperty.IsButton)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
137if (prop.IsButton)
System\Windows\Input\Stylus\Pointer\PointerTabletDeviceInfo.cs (1)
241else if (propInfo.IsButton)