6 writes to Type
System.Data (6)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (6)
105
stack.Push(new Frame() {
Type
= inputReader.Type, InstanceObject = inputReader.Instance });
119
stack.Push(new Frame() {
Type
= null });
347
stack.Push(new Frame {
Type
= workflowDefinition.Type });
351
stack.Push(new Frame {
Type
= null });
743
objectNodes.Push(new Frame {
Type
= xamlReader.Type });
747
objectNodes.Push(new Frame {
Type
= null });
6 references to Type
System.Data (6)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\ViewStateXamlHelper.cs (6)
200
if (frameObject.
Type
!= null)
202
string prefix = frameObject.
Type
.Name;
203
if (frameObject.
Type
.UnderlyingType != null)
205
prefix = frameObject.
Type
.UnderlyingType.Name;
797
if (objectNode.
Type
!= null && objectNode.
Type
.Equals(viewStateType))