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