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