35 references to LocationChanged
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripProgressBar.cs (2)
312add => base.LocationChanged += value; 313remove => base.LocationChanged -= value;
System.Windows.Forms.Tests (33)
System\Windows\Forms\ToolStripControlHostTests.cs (4)
2212item.LocationChanged += (sender, e) => locationChangedCallCount++; 2235item.LocationChanged += (sender, e) => locationChangedCallCount++; 3625item.LocationChanged += (sender, e) => 4013item.LocationChanged += (sender, e) => locationChangedCallCount++;
System\Windows\Forms\ToolStripItemTests.cs (22)
3466item.LocationChanged += (sender, e) => locationChangedCallCount++; 3491item.LocationChanged += (sender, e) => locationChangedCallCount++; 3534item.LocationChanged += (sender, e) => locationChangedCallCount++; 3586item.LocationChanged += (sender, e) => locationChangedCallCount++; 3639item.LocationChanged += (sender, e) => locationChangedCallCount++; 7843item.LocationChanged += (sender, e) => locationChangedCallCount++; 7868item.LocationChanged += (sender, e) => locationChangedCallCount++; 7911item.LocationChanged += (sender, e) => locationChangedCallCount++; 7970item.LocationChanged += (sender, e) => locationChangedCallCount++; 8020item.LocationChanged += (sender, e) => locationChangedCallCount++; 9633item.LocationChanged += (sender, e) => locationChangedCallCount++; 9658item.LocationChanged += (sender, e) => locationChangedCallCount++; 9701item.LocationChanged += (sender, e) => locationChangedCallCount++; 9753item.LocationChanged += (sender, e) => locationChangedCallCount++; 9806item.LocationChanged += (sender, e) => locationChangedCallCount++; 11751item.LocationChanged += handler; 11756item.LocationChanged -= handler; 14553item.LocationChanged += (sender, e) => 14589item.LocationChanged += (sender, e) => 14643item.LocationChanged += (sender, e) => 14717item.LocationChanged += (sender, e) => 14778item.LocationChanged += (sender, e) =>
System\Windows\Forms\ToolStripSeparatorTests.cs (5)
1373item.LocationChanged += (sender, e) => 1409item.LocationChanged += (sender, e) => 1471item.LocationChanged += (sender, e) => 1539item.LocationChanged += (sender, e) => 1593item.LocationChanged += (sender, e) =>
System\Windows\Forms\ToolStripTests.cs (2)
7011item.LocationChanged += (sender, e) => 7060item.LocationChanged += (sender, e) =>