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)
910
var props = context.Runtime.
GetAttachedProperties
(value);
1866
var props = context.Runtime.
GetAttachedProperties
(value);