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