8 references to FlagPanel
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (8)
16
DependencyProperty.Register("FlagString", typeof(string), typeof(
FlagPanel
), new PropertyMetadata(string.Empty));
21
typeof(
FlagPanel
),
48
FlagPanel
panel = sender as
FlagPanel
;
82
FlagPanel
panel = parameter as
FlagPanel
;
95
FlagPanel
panel = parameter as
FlagPanel
;