4 writes to Property
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
67
Property
= null;
545
stack.CurrentFrame.
Property
= xamlReader.Member;
642
stack.CurrentFrame.
Property
= null;
973
frames.CurrentFrame.
Property
= xamlReader.Member;
7 references to Property
PresentationFramework (7)
System\Windows\TemplateContent.cs (7)
102
string prop = (this.
Property
== null) ? "-" : this.
Property
.Name;
471
XamlType type = stack.CurrentFrame.
Property
.Type;
648
if (FrameworkTemplate.IsNameProperty(stack.CurrentFrame.
Property
, stack.CurrentFrame.Type))
675
&& stack.CurrentFrame.
Property
.Name == "ContentSource")
953
XamlType type = frames.CurrentFrame.
Property
.Type;
984
if (!insideTemplate && frames.CurrentFrame.
Property
== XamlLanguage.ConnectionId)