1 write to checkBoxActivityPropagation
WsatUI (1)
MMCUI\TraceOptionsForm.designer.cs (1)
46this.checkBoxActivityPropagation = new System.Windows.Forms.CheckBox();
6 references to checkBoxActivityPropagation
WsatUI (6)
MMCUI\TraceOptionsForm.cs (2)
94config.ActivityPropagation = checkBoxActivityPropagation.Checked; 126checkBoxActivityPropagation.Checked = config.ActivityPropagation;
MMCUI\TraceOptionsForm.designer.cs (4)
128this.panelTraceLevel.Controls.Add(this.checkBoxActivityPropagation); 141resources.ApplyResources(this.checkBoxActivityPropagation, "checkBoxActivityPropagation"); 142this.checkBoxActivityPropagation.Name = "checkBoxActivityPropagation"; 143this.checkBoxActivityPropagation.UseVisualStyleBackColor = true;