10 references to FULLPROPSPEC
PresentationFramework (10)
src\Framework\MS\Internal\Interop\IndexingFilter.cs (2)
489internal FULLPROPSPEC attribute; 550FULLPROPSPEC[] aAttributes); // restrict responses to the specified attributes
src\Framework\MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
69[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] FULLPROPSPEC[] aAttributes)
src\Framework\MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (3)
75FULLPROPSPEC[] aAttributes) 170internal static void MarshalFullPropSpec(ManagedFullPropSpec fullPropSpec, ref FULLPROPSPEC native) 282FULLPROPSPEC[] aAttributes) // restrict responses to the specified attributes
src\Framework\MS\Internal\IO\Packaging\ManagedFilter.cs (1)
217internal ManagedFullPropSpec(FULLPROPSPEC nativePropSpec)
src\Framework\MS\Internal\IO\Packaging\PackageFilter.cs (2)
89FULLPROPSPEC[] aAttributes) // restrict responses to the specified attributes 687private FULLPROPSPEC[] _aAttributes; //defaults to null
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
60[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] FULLPROPSPEC[] aAttributes)