2 instantiations of ManagedPropSpec
PresentationFramework (2)
MS\Internal\IO\Packaging\ManagedFilter.cs (2)
172
_property = new
ManagedPropSpec
(propId);
196
_property = new
ManagedPropSpec
(nativePropSpec.property);
3 references to ManagedPropSpec
PresentationFramework (3)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
116
internal static void MarshalPropSpec(
ManagedPropSpec
propSpec, ref PROPSPEC native)
MS\Internal\IO\Packaging\ManagedFilter.cs (2)
156
internal
ManagedPropSpec
Property
200
private
ManagedPropSpec
_property;