4 references to FromSystemTypeInternal
WindowsBase (4)
Base\System\Windows\DependencyObject.cs (2)
70
_dType = DependencyObjectType.
FromSystemTypeInternal
(GetType());
3539
internal static DependencyObjectType DType = DependencyObjectType.
FromSystemTypeInternal
(typeof(DependencyObject));
Base\System\Windows\DependencyObjectType.cs (1)
55
return
FromSystemTypeInternal
(systemType);
Base\System\Windows\DependencyProperty.cs (1)
641
return GetMetadata(DependencyObjectType.
FromSystemTypeInternal
(forType)).DefaultValue;