4 writes to Property
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
70
Property
= null;
549
stack.CurrentFrame.
Property
= xamlReader.Member;
646
stack.CurrentFrame.
Property
= null;
977
frames.CurrentFrame.
Property
= xamlReader.Member;
7 references to Property
PresentationFramework (7)
System\Windows\TemplateContent.cs (7)
105
string prop = (this.
Property
== null) ? "-" : this.
Property
.Name;
475
XamlType type = stack.CurrentFrame.
Property
.Type;
652
if (FrameworkTemplate.IsNameProperty(stack.CurrentFrame.
Property
, stack.CurrentFrame.Type))
679
&& stack.CurrentFrame.
Property
.Name == "ContentSource")
957
XamlType type = frames.CurrentFrame.
Property
.Type;
988
if (!insideTemplate && frames.CurrentFrame.
Property
== XamlLanguage.ConnectionId)