2 writes to _nativeComboBaseline
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2477
_nativeComboBaseline
= default;
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (1)
76
_nativeComboBaseline
= new NativeComboBaseline
16 references to _nativeComboBaseline
System.Windows.Forms (16)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
4152
&&
_nativeComboBaseline
.IsCaptured
System\Windows\Forms\Controls\ComboBox\ComboBox.Modern.cs (15)
49
if (
_nativeComboBaseline
.IsCaptured)
92
if (
_nativeComboBaseline
.IsCaptured
112
if (
_nativeComboBaseline
.IsCaptured
151
- ScaleNativeBaselineValue(
_nativeComboBaseline
.SelectionFieldFrameHeight));
231
_nativeComboBaseline
.EditBounds);
234
_nativeComboBaseline
.SimpleListBounds);
237
_nativeComboBaseline
.ClientSize);
260
_nativeComboBaseline
.SelectionFieldItemHeight));
298
if (
_nativeComboBaseline
.DeviceDpi == DeviceDpiInternal)
304
value * DeviceDpiInternal / (double)
_nativeComboBaseline
.DeviceDpi);
332
if (!
_nativeComboBaseline
.IsCaptured
342
|| !
_nativeComboBaseline
.IsCaptured)
516
=>
_nativeComboBaseline
.EditBounds;
519
=>
_nativeComboBaseline
.SimpleListBounds;
522
=>
_nativeComboBaseline
.SelectionFieldItemHeight;