4 writes to Property
PresentationFramework (4)
src\Framework\System\Windows\TemplateContent.cs (4)
66Property = null; 614stack.CurrentFrame.Property = xamlReader.Member; 711stack.CurrentFrame.Property = null; 1042frames.CurrentFrame.Property = xamlReader.Member;
7 references to Property
PresentationFramework (7)
src\Framework\System\Windows\TemplateContent.cs (7)
101string prop = (this.Property == null) ? "-" : this.Property.Name; 540XamlType type = stack.CurrentFrame.Property.Type; 717if (FrameworkTemplate.IsNameProperty(stack.CurrentFrame.Property, stack.CurrentFrame.Type)) 744&& stack.CurrentFrame.Property.Name == "ContentSource") 1022XamlType type = frames.CurrentFrame.Property.Type; 1053if (!insideTemplate && frames.CurrentFrame.Property == XamlLanguage.ConnectionId)