1 write to _controlDType
PresentationFramework (1)
System\Windows\FrameworkElement.cs (1)
6325
_controlDType
= DependencyObjectType.FromSystemTypeInternal(typeof(Control));
2 references to _controlDType
PresentationFramework (2)
System\Windows\FrameworkElement.cs (2)
6323
if (
_controlDType
== null)
6328
return
_controlDType
;