1 write to _currentDpi
System.Windows.Forms (1)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (1)
590
set =>
_currentDpi
= value;
2 references to _currentDpi
System.Windows.Forms (2)
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (2)
589
get =>
_currentDpi
!= 0 ?
_currentDpi
: _parentControl?.DeviceDpi ?? ScaleHelper.InitialSystemDpi;