1 write to XamlType
System.Xaml (1)
System\Xaml\Parser\XamlScannerStack.cs (1)
23XamlType = xamlType;
1 reference to XamlType
System.Xaml (1)
System\Xaml\Parser\XamlScannerStack.cs (1)
58get { return (_stack.Count == 0) ? null : _stack.Peek().XamlType; }