2 writes to _xamlType
PresentationFramework (2)
src\Framework\System\Windows\TemplateContent.cs (2)
41
_xamlType
= value;
65
_xamlType
= null;
2 references to _xamlType
PresentationFramework (2)
src\Framework\System\Windows\TemplateContent.cs (2)
35
get { return
_xamlType
; }
39
Debug.Assert(
_xamlType
== null);