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