2 writes to _nativeComboBaseline
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
2464
_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)
4118
&&
_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));
233
_nativeComboBaseline
.EditBounds);
236
_nativeComboBaseline
.SimpleListBounds);
239
_nativeComboBaseline
.ClientSize);
262
_nativeComboBaseline
.SelectionFieldItemHeight));
300
if (
_nativeComboBaseline
.DeviceDpi == DeviceDpiInternal)
306
value * DeviceDpiInternal / (double)
_nativeComboBaseline
.DeviceDpi);
334
if (!
_nativeComboBaseline
.IsCaptured
344
|| !
_nativeComboBaseline
.IsCaptured)
518
=>
_nativeComboBaseline
.EditBounds;
521
=>
_nativeComboBaseline
.SimpleListBounds;
524
=>
_nativeComboBaseline
.SelectionFieldItemHeight;