8 references to IsBrowsable
System.Data (8)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CiderCategoryContainer.cs (1)
211if (modelPropertyEntry != null && !modelPropertyEntry.IsBrowsable)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
158if (subProperty.IsBrowsable)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
238isBrowsable = modelPropertyEntry.IsBrowsable ||
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (3)
65bool oldIsBrowsable = foundProperty.IsBrowsable; 74if (oldIsBrowsable != foundProperty.IsBrowsable) 126if (firstProperty != null && firstProperty.IsBrowsable && firstProperty.MatchesFilter)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (2)
68bool oldIsBrowsable = foundProperty.IsBrowsable; 79oldIsBrowsable != foundProperty.IsBrowsable)