2 writes to _xamlType
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
45
_xamlType
= value;
69
_xamlType
= null;
2 references to _xamlType
PresentationFramework (2)
System\Windows\TemplateContent.cs (2)
39
get { return
_xamlType
; }
43
Debug.Assert(
_xamlType
== null);