Method | Description | |
---|---|---|
EndOfMember ( ) : Instruction | ||
EndOfObject ( ) : Instruction | ||
GetObject ( ) : Instruction | ||
Initialization ( ) : Instruction | ||
Items ( ) : Instruction | ||
MarkupExtensionArguments ( ) : Instruction | ||
PrefixDefinitionOfNamespace ( ProtoInstruction protoInstruction ) : Instruction | ||
StartOfMember ( MemberBase member ) : Instruction | ||
StartOfObject ( XamlType xamlType ) : Instruction | ||
UnknownContent ( ) : Instruction | ||
Value ( string value ) : Instruction |
public static Initialization ( ) : Instruction | ||
return | Instruction |
public static MarkupExtensionArguments ( ) : Instruction | ||
return | Instruction |
public static PrefixDefinitionOfNamespace ( ProtoInstruction protoInstruction ) : Instruction | ||
protoInstruction | ProtoInstruction | |
return | Instruction |
public static StartOfMember ( MemberBase member ) : Instruction | ||
member | MemberBase | |
return | Instruction |
public static StartOfObject ( XamlType xamlType ) : Instruction | ||
xamlType | XamlType | |
return | Instruction |
public static UnknownContent ( ) : Instruction | ||
return | Instruction |
public static Value ( string value ) : Instruction | ||
value | string | |
return | Instruction |