1 write to _controlDType
PresentationFramework (1)
src\Framework\System\Windows\FrameworkElement.cs (1)
6331
_controlDType
= DependencyObjectType.FromSystemTypeInternal(typeof(Control));
2 references to _controlDType
PresentationFramework (2)
src\Framework\System\Windows\FrameworkElement.cs (2)
6329
if (
_controlDType
== null)
6334
return
_controlDType
;