4 writes to Property
PresentationFramework (4)
System\Windows\TemplateContent.cs (4)
66
Property
= null;
544
stack.CurrentFrame.
Property
= xamlReader.Member;
639
stack.CurrentFrame.
Property
= null;
970
frames.CurrentFrame.
Property
= xamlReader.Member;
7 references to Property
PresentationFramework (7)
System\Windows\TemplateContent.cs (7)
101
string prop = (this.
Property
== null) ? "-" : this.
Property
.Name;
470
XamlType type = stack.CurrentFrame.
Property
.Type;
645
if (FrameworkTemplate.IsNameProperty(stack.CurrentFrame.
Property
, stack.CurrentFrame.Type))
672
&& stack.CurrentFrame.
Property
.Name == "ContentSource")
950
XamlType type = frames.CurrentFrame.
Property
.Type;
981
if (!insideTemplate && frames.CurrentFrame.
Property
== XamlLanguage.ConnectionId)