2 writes to isTypeDefinition
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
771this.isTypeDefinition = true; 778this.isTypeDefinition = false;
2 references to isTypeDefinition
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TypePresenter.xaml.cs (2)
787if (this.isTypeDefinition) 802get { return this.isTypeDefinition; }