2 writes to InContainerDirective
System.Xaml (2)
System\Xaml\Context\XamlParserContext.cs (1)
226
set { _stack.CurrentFrame.
InContainerDirective
= value; }
System\Xaml\Context\XamlParserFrame.cs (1)
24
InContainerDirective
= false;
1 reference to InContainerDirective
System.Xaml (1)
System\Xaml\Context\XamlParserContext.cs (1)
225
get { return _stack.CurrentFrame.
InContainerDirective
; }