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