11 references to CompareReturnIfNull
System.Windows.Forms (11)
System\Windows\Forms\Control.ControlTabOrderComparer.cs (1)
19
if (IComparerHelpers.
CompareReturnIfNull
(x, y, out int? returnValue))
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (1)
466
if (IComparerHelpers.
CompareReturnIfNull
(entry1, entry2, out int? returnValue))
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ItemComparer.cs (1)
21
if (IComparerHelpers.
CompareReturnIfNull
(item1, item2, out int? returnValue))
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\AttributeTypeSorter.cs (1)
18
if (IComparerHelpers.
CompareReturnIfNull
(x, y, out int? returnValue))
System\Windows\Forms\Controls\ToolStrips\ToolStripCustomIComparer.cs (1)
10
if (IComparerHelpers.
CompareReturnIfNull
(x, y, out int? returnValue))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.XYComparer.cs (1)
21
if (IComparerHelpers.
CompareReturnIfNull
(one, two, out int? returnValue))
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelControlCollection.YXComparer.cs (1)
22
if (IComparerHelpers.
CompareReturnIfNull
(one, two, out int? returnValue))
System\Windows\Forms\Internal\ItemArray.cs (1)
301
if (IComparerHelpers.
CompareReturnIfNull
(entry1, entry2, out int? returnValue))
System\Windows\Forms\Layout\TableLayout.PostAssignedPositionComparer.cs (1)
14
if (IComparerHelpers.
CompareReturnIfNull
(x, y, out int? returnValue))
System\Windows\Forms\Layout\TableLayout.PreAssignedPositionComparer.cs (1)
14
if (IComparerHelpers.
CompareReturnIfNull
(x, y, out int? returnValue))
System\Windows\Forms\Layout\TableLayout.SpanComparer.cs (1)
14
if (IComparerHelpers.
CompareReturnIfNull
(x, y, out int? returnValue))