2 writes to _isDataSourceInitEventHooked
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListControl\ListControl.cs (2)
785
_isDataSourceInitEventHooked
= false;
804
_isDataSourceInitEventHooked
= true;
1 reference to _isDataSourceInitEventHooked
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
779
if (_dataSource is ISupportInitializeNotification dsInit &&
_isDataSourceInitEventHooked
)