2 instantiations of StylusSize
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTraceLogger.cs (2)
116
TabletSize = new StylusTraceLogger.
StylusSize
(tabletSize);
117
ScreenSize = new StylusTraceLogger.
StylusSize
(screenSize);
2 references to StylusSize
PresentationCore (2)
System\Windows\Input\Stylus\Common\StylusTraceLogger.cs (2)
126
public
StylusSize
TabletSize { get; set; }
127
public
StylusSize
ScreenSize { get; set; }