6 references to GetKnownDependencyPropertyFromId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (5)
633
DependencyProperty dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
658
DependencyProperty dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
847
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
868
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
893
return KnownTypes.
GetKnownDependencyPropertyFromId
((KnownProperties)(-id));
System\Windows\Markup\BamlReader.cs (1)
2391
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);