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