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