6 references to GetKnownDependencyPropertyFromId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (5)
645
DependencyProperty dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
670
DependencyProperty dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
867
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
888
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
913
return KnownTypes.
GetKnownDependencyPropertyFromId
((KnownProperties)(-id));
System\Windows\Markup\BamlReader.cs (1)
2379
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);