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)
2210item.LocationChanged += (sender, e) => locationChangedCallCount++; 2233item.LocationChanged += (sender, e) => locationChangedCallCount++; 3623item.LocationChanged += (sender, e) => 4011item.LocationChanged += (sender, e) => locationChangedCallCount++;
System\Windows\Forms\ToolStripItemTests.cs (22)
3464item.LocationChanged += (sender, e) => locationChangedCallCount++; 3489item.LocationChanged += (sender, e) => locationChangedCallCount++; 3532item.LocationChanged += (sender, e) => locationChangedCallCount++; 3584item.LocationChanged += (sender, e) => locationChangedCallCount++; 3637item.LocationChanged += (sender, e) => locationChangedCallCount++; 7841item.LocationChanged += (sender, e) => locationChangedCallCount++; 7866item.LocationChanged += (sender, e) => locationChangedCallCount++; 7909item.LocationChanged += (sender, e) => locationChangedCallCount++; 7968item.LocationChanged += (sender, e) => locationChangedCallCount++; 8018item.LocationChanged += (sender, e) => locationChangedCallCount++; 9631item.LocationChanged += (sender, e) => locationChangedCallCount++; 9656item.LocationChanged += (sender, e) => locationChangedCallCount++; 9699item.LocationChanged += (sender, e) => locationChangedCallCount++; 9751item.LocationChanged += (sender, e) => locationChangedCallCount++; 9804item.LocationChanged += (sender, e) => locationChangedCallCount++; 11768item.LocationChanged += handler; 11773item.LocationChanged -= handler; 14570item.LocationChanged += (sender, e) => 14606item.LocationChanged += (sender, e) => 14660item.LocationChanged += (sender, e) => 14734item.LocationChanged += (sender, e) => 14795item.LocationChanged += (sender, e) =>
System\Windows\Forms\ToolStripSeparatorTests.cs (5)
1371item.LocationChanged += (sender, e) => 1407item.LocationChanged += (sender, e) => 1469item.LocationChanged += (sender, e) => 1537item.LocationChanged += (sender, e) => 1591item.LocationChanged += (sender, e) =>
System\Windows\Forms\ToolStripTests.cs (2)
7009item.LocationChanged += (sender, e) => 7058item.LocationChanged += (sender, e) =>