Base:
method
GetAttachedProperties
MS.Internal.Xaml.Runtime.XamlRuntime.GetAttachedProperties(System.Object)
3 references to GetAttachedProperties
System.Xaml (3)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
107
return _transparentRuntime.
GetAttachedProperties
(instance);
System\Xaml\XamlObjectReader.cs (2)
905
var props = context.Runtime.
GetAttachedProperties
(value);
1861
var props = context.Runtime.
GetAttachedProperties
(value);