2 writes to _xamlType
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
42
_xamlType
= value;
66
_xamlType
= null;
2 references to _xamlType
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
36
get { return
_xamlType
; }
40
Debug.Assert(
_xamlType
== null);