2 writes to ForcedToUseConstructor
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (1)
256set { _stack.CurrentFrame.ForcedToUseConstructor = value; }
System\Xaml\Context\XamlParserFrame.cs (1)
21ForcedToUseConstructor = false;
1 reference to ForcedToUseConstructor
System.Xaml (1)
System\Xaml\Context\XamlParserContext.cs (1)
255get { return _stack.CurrentFrame.ForcedToUseConstructor; }