3 writes to trackingComponent
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Application.cs (3)
1779
trackingComponent
= null;
1874
trackingComponent
= entry.component;
1877
trackingComponent
= null;
7 references to trackingComponent
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Application.cs (7)
1778
if (entry.component ==
trackingComponent
) {
1869
if (entry.component ==
trackingComponent
^ fTrack) {
2088
if (
trackingComponent
!= null) {
2089
component =
trackingComponent
;
2278
component =
trackingComponent
;
2281
if (
trackingComponent
!= null) {
2282
component =
trackingComponent
;