2 instantiations of ManagedPropSpec
PresentationFramework (2)
MS\Internal\IO\Packaging\ManagedFilter.cs (2)
181
_property = new
ManagedPropSpec
(propId);
205
_property = new
ManagedPropSpec
(nativePropSpec.property);
3 references to ManagedPropSpec
PresentationFramework (3)
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
122
internal static void MarshalPropSpec(
ManagedPropSpec
propSpec, ref PROPSPEC native)
MS\Internal\IO\Packaging\ManagedFilter.cs (2)
165
internal
ManagedPropSpec
Property
209
private
ManagedPropSpec
_property;