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