4 writes to Property
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
67
Property
= null;
546
stack.CurrentFrame.
Property
= xamlReader.Member;
643
stack.CurrentFrame.
Property
= null;
974
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;
472
XamlType type = stack.CurrentFrame.
Property
.Type;
649
if (FrameworkTemplate.IsNameProperty(stack.CurrentFrame.
Property
, stack.CurrentFrame.Type))
676
&& stack.CurrentFrame.
Property
.Name == "ContentSource")
954
XamlType type = frames.CurrentFrame.
Property
.Type;
985
if (!insideTemplate && frames.CurrentFrame.
Property
== XamlLanguage.ConnectionId)