3 references to ConvertToVarEnum
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\CustomAttributeSerializer.cs (2)
77
interopTypeInfo = SerializationHelper.
ConvertToVarEnum
(attribute.Value.GetType(), true);
950
VarEnum varEnum = SerializationHelper.
ConvertToVarEnum
(value.GetType(), true);
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
661
System.Runtime.InteropServices.VarEnum type = SerializationHelper.
ConvertToVarEnum
(PersistenceTypes.StylusTip, true);