11 references to XamlWriterMode
PresentationFramework (11)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
267else if (parameters[0].ParameterType == typeof(XamlWriterMode)) 402private static Type[] _shouldSerializeArgsMode = new Type[] { typeof(XamlWriterMode) }; 805if (Manager.XamlWriterMode == XamlWriterMode.Expression &&
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
36manager.XamlWriterMode = XamlWriterMode.Expression;
System\Windows\Markup\XamlDesignerSerializationManager.cs (7)
50_xamlWriterMode = XamlWriterMode.Value; 62public XamlWriterMode XamlWriterMode 74throw new InvalidEnumArgumentException("value", (int)value, typeof(XamlWriterMode)); 102private static bool IsValidXamlWriterMode(XamlWriterMode value) 104return value == XamlWriterMode.Value 105|| value == XamlWriterMode.Expression; 113private XamlWriterMode _xamlWriterMode; // Serialization modes