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