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