2 references to FlagTypeProperty
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\FlagPanel.cs (2)
26
get { return (Type)GetValue(
FlagTypeProperty
); }
27
set { SetValue(
FlagTypeProperty
, value); }