4 references to Freeze
PresentationFramework (4)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
739_xamlNodesWriter.WriteStartMember(System.Windows.Markup.XamlReaderHelper.Freeze);
src\Framework\System\Windows\Markup\WpfXamlLoader.cs (3)
239if (!(xamlReader.Member.IsDirective && xamlReader.Member == XamlReaderHelper.Freeze) && 313if (!(currentProperty.IsDirective && currentProperty == XamlReaderHelper.Freeze) && 354if (stack.CurrentFrame.Property.IsDirective && stack.CurrentFrame.Property == XamlReaderHelper.Freeze)