4 writes to Property
PresentationFramework (4)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (3)
246
stack.CurrentFrame.
Property
= xamlReader.Member;
285
stack.CurrentFrame.
Property
= null;
319
currentFrame.
Property
= null;
src\Framework\System\Windows\Markup\XamlReader.cs (1)
1157
Property
= null;
12 references to Property
PresentationFramework (12)
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (11)
215
stack.CurrentFrame.Type = stack.PreviousFrame.
Property
.Type;
249
if (!stack.CurrentFrame.
Property
.IsDirective)
251
System.Windows.Baml2006.WpfXamlMember wpfMember = stack.CurrentFrame.
Property
as System.Windows.Baml2006.WpfXamlMember;
309
XamlMember currentProperty = currentFrame.
Property
;
339
if (stack.CurrentFrame.
Property
.IsDirective && stack.CurrentFrame.
Property
== XamlLanguage.Shared)
354
if (stack.CurrentFrame.
Property
.IsDirective && stack.CurrentFrame.
Property
== XamlReaderHelper.Freeze)
366
else if (stack.CurrentFrame.
Property
== XmlSpace.Value || stack.CurrentFrame.
Property
== XamlLanguage.Space)
380
stack.CurrentFrame.
Property
== XamlLanguage.ConnectionId &&
src\Framework\System\Windows\Markup\XamlReader.cs (1)
518
if (xamlReader.NodeType == System.Xaml.XamlNodeType.Value && _stack.CurrentFrame.
Property
== synchronousRecordProperty)