3 references to DigitToBool
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\CategoryState.cs (2)
103bool? categoryExpanded = PersistedStateUtilities.DigitToBool(args[1]); 104bool? advancedSectionExpanded = PersistedStateUtilities.DigitToBool(args[2]);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyState.cs (1)
89bool? subPropertiesExpanded = PersistedStateUtilities.DigitToBool(args[1]);