1 write to DefaultInterfaceProperty
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Attributes.cs (1)
14
DefaultInterfaceProperty
= defaultInterfaceProp;
2 references to DefaultInterfaceProperty
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT\ComWrappersSupport.cs (1)
75
type.GetProperty(projectedClass.
DefaultInterfaceProperty
, BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.DeclaredOnly).GetValue(o),
MS\Internal\WindowsRuntime\Generated\WinRT\Projections.cs (1)
186
defaultInterface = runtimeClass.GetProperty(attr.
DefaultInterfaceProperty
, BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.DeclaredOnly).PropertyType;