7 references to
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBoxAutoCompleteSourceConverter.cs (1)
24
if (values
[
i] is object currentItem)
System\Windows\Forms\Dialogs\CommonDialogs\SpecialFolderEnumConverter.cs (1)
28
object? currentItem = values
[
i];
System\Windows\Forms\MDI\MdiWindowListItemConverter.cs (1)
26
if (values
[
i] is ToolStripItem currentItem && currentItem.Owner == menu)
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionPanel.TextBoxPropertyLine.cs (4)
198
if (Equals(Value, standardValues
[
i]))
202
SetValue(standardValues
[
i + 1]);
228
if (Equals(Value, standardValues
[
i]))
232
SetValue(standardValues
[
i - 1]);