2 writes to _nativeComboBaseline
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2487
_nativeComboBaseline
= default;
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
84
_nativeComboBaseline
= new NativeComboBaseline
18 references to _nativeComboBaseline
System.Windows.Forms (18)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
4162
&&
_nativeComboBaseline
.IsCaptured
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (17)
57
if (
_nativeComboBaseline
.IsCaptured)
101
if (
_nativeComboBaseline
.IsCaptured
121
if (
_nativeComboBaseline
.IsCaptured
160
- ScaleNativeBaselineValue(
_nativeComboBaseline
.SelectionFieldFrameHeight));
186
_nativeComboBaseline
.EditBounds.Height);
188
_nativeComboBaseline
.FontHeight);
337
_nativeComboBaseline
.EditBounds);
340
_nativeComboBaseline
.SimpleListBounds);
343
_nativeComboBaseline
.ClientSize);
366
_nativeComboBaseline
.SelectionFieldItemHeight));
458
if (
_nativeComboBaseline
.DeviceDpi == DeviceDpiInternal)
464
value * DeviceDpiInternal / (double)
_nativeComboBaseline
.DeviceDpi);
492
if (!
_nativeComboBaseline
.IsCaptured
502
|| !
_nativeComboBaseline
.IsCaptured)
734
=>
_nativeComboBaseline
.EditBounds;
737
=>
_nativeComboBaseline
.SimpleListBounds;
740
=>
_nativeComboBaseline
.SelectionFieldItemHeight;