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