10 references to FULLPROPSPEC
PresentationFramework (10)
MS\Internal\Interop\IndexingFilter.cs (2)
476internal FULLPROPSPEC attribute; 537FULLPROPSPEC[] aAttributes); // restrict responses to the specified attributes
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
61[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] FULLPROPSPEC[] aAttributes)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (3)
60FULLPROPSPEC[] aAttributes) 140internal static void MarshalFullPropSpec(ManagedFullPropSpec fullPropSpec, ref FULLPROPSPEC native) 245FULLPROPSPEC[] aAttributes) // restrict responses to the specified attributes
MS\Internal\IO\Packaging\ManagedFilter.cs (1)
193internal ManagedFullPropSpec(FULLPROPSPEC nativePropSpec)
MS\Internal\IO\Packaging\PackageFilter.cs (2)
79FULLPROPSPEC[] aAttributes) // restrict responses to the specified attributes 676private FULLPROPSPEC[] _aAttributes; //defaults to null
MS\Internal\IO\Packaging\XpsFilter.cs (1)
51[In, MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] FULLPROPSPEC[] aAttributes)