2 instantiations of StylusSize
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTraceLogger.cs (2)
109
TabletSize = new StylusTraceLogger.
StylusSize
(tabletSize);
110
ScreenSize = new StylusTraceLogger.
StylusSize
(screenSize);
2 references to StylusSize
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTraceLogger.cs (2)
119
public
StylusSize
TabletSize { get; set; }
120
public
StylusSize
ScreenSize { get; set; }