2 writes to ForcedToUseConstructor
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (1)
254
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)
253
get { return _stack.CurrentFrame.
ForcedToUseConstructor
; }