37 references to SafeCompareStrings
System.Windows.Forms (37)
winforms\Managed\System\WinForms\Control.cs (3)
14932
if (WindowsFormsUtils.
SafeCompareStrings
(controlsToLookIn[i].Name, key, /* ignoreCase = */ true)) {
14984
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
14991
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\ImageList.cs (2)
1493
(WindowsFormsUtils.
SafeCompareStrings
(((ImageInfo)imageInfoCollection[lastAccessedIndex]).Name, key, /* ignoreCase = */ true))) {
1501
(WindowsFormsUtils.
SafeCompareStrings
(((ImageInfo)imageInfoCollection[i]).Name, key, /* ignoreCase = */ true))) {
winforms\Managed\System\WinForms\LinkLabel.cs (2)
2259
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
2266
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\ListView.cs (10)
6861
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
6868
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
7653
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
7660
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
7816
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
7823
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
8613
if (WindowsFormsUtils.
SafeCompareStrings
(listViewItems[i].Name, key, /* ignoreCase = */ true)) {
8620
if (WindowsFormsUtils.
SafeCompareStrings
(listViewItems[i].SubItems[j].Name, key, /* ignoreCase = */ true)) {
8680
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
8687
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\ListViewItem.cs (3)
917
if (WindowsFormsUtils.
SafeCompareStrings
(toolTipText, value, false /*ignoreCase*/)) {
2048
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
2055
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\Menu.cs (3)
981
if (WindowsFormsUtils.
SafeCompareStrings
(menuItemsToLookIn[i].Name, key, /* ignoreCase = */ true)) {
1039
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
1046
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\StatusBar.cs (2)
1460
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
1467
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\TabControl.cs (2)
2519
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
2526
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\TableLayoutSettings.cs (1)
540
if (WindowsFormsUtils.
SafeCompareStrings
(name, controlName as string, /* ignoreCase = */ false)) {
winforms\Managed\System\WinForms\ToolBar.cs (2)
2065
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
2072
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\ToolStripItemCollection.cs (3)
298
if (WindowsFormsUtils.
SafeCompareStrings
(itemsToLookIn[i].Name, key, /* ignoreCase = */ true))
396
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
403
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1836
if (WindowsFormsUtils.
SafeCompareStrings
(source.Text, candidateItem.Text, true)) {
winforms\Managed\System\WinForms\TreeNodeCollection.cs (3)
288
if (WindowsFormsUtils.
SafeCompareStrings
(treeNodeCollectionToLookIn[i].Name, key, /* ignoreCase = */ true)) {
436
if (WindowsFormsUtils.
SafeCompareStrings
(this[lastAccessedIndex].Name, key, /* ignoreCase = */ true)) {
443
if (WindowsFormsUtils.
SafeCompareStrings
(this[i].Name, key, /* ignoreCase = */ true)) {