4 references to CheckBox
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
102
checkBox = new
CheckBox
();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2543
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
CheckBox
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1165
case 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)
55
CheckBox checkBox = new
CheckBox
();