5 references to Width
PresentationCore (5)
System\Windows\Input\Stylus\Common\StylusPointProperties.cs (1)
34
new StylusPointProperty(StylusPointPropertyIds.
Width
, false);
System\Windows\Input\Stylus\Common\StylusPointPropertyId.cs (3)
209
{ HidUsage.Width,
Width
},
265
guid ==
Width
||
309
if (guid ==
Width
)
System\Windows\Input\Stylus\Common\StylusPointPropertyInfoDefaults.cs (1)
269
if (stylusPointProperty.Id == StylusPointPropertyIds.
Width
)