4 references to CheckBox
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
102checkBox = new CheckBox();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2543bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.CheckBox(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1165case KnownElements.CheckBox: o = new System.Windows.Controls.CheckBox(); break;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (1)
55CheckBox checkBox = new CheckBox();