2 writes to IsVisibleToModelItem
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (1)
74
IsVisibleToModelItem
= true,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
52
IsVisibleToModelItem
= isVisibleToModelItem,
2 references to IsVisibleToModelItem
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemImpl.cs (1)
399
where (!attachedProperty.IsBrowsable && !attachedProperty.
IsVisibleToModelItem
)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyCollectionImpl.cs (1)
103
where (attachedProperty.IsBrowsable || attachedProperty.
IsVisibleToModelItem
)