3 writes to Type
PresentationFramework (3)
System\Windows\FrameworkTemplate.cs (3)
706Type = null; 1010Names.CurrentFrame.Type = templateReader.Type; 1023Names.CurrentFrame.Type = Names.PreviousFrame.Property.Type;
2 references to Type
PresentationFramework (2)
System\Windows\FrameworkTemplate.cs (2)
1008bool isInsideNameScope = Names.Depth > 0 && (IsNameScope(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope); 1021bool isInsideNameScope = IsNameScope(Names.CurrentFrame.Type) || Names.CurrentFrame.InsideNameScope;