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