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