6 references to GetKnownDependencyPropertyFromId
PresentationFramework (6)
System\Windows\Markup\BamlMapTable.cs (5)
637
DependencyProperty dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
662
DependencyProperty dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
859
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
880
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);
905
return KnownTypes.
GetKnownDependencyPropertyFromId
((KnownProperties)(-id));
System\Windows\Markup\BamlReader.cs (1)
2369
dp = KnownTypes.
GetKnownDependencyPropertyFromId
(knownId);