IXamlNameResolver.IsFixupTokenAvailable Property

Definition

Gets a value that determines whether calling GetFixupToken(IEnumerable<String>, Boolean) is available in order to resolve a name into a token for forward resolution.

public:
 property bool IsFixupTokenAvailable { bool get(); };
public bool IsFixupTokenAvailable { get; }
member this.IsFixupTokenAvailable : bool
Public ReadOnly Property IsFixupTokenAvailable As Boolean

Property Value

true if GetFixupToken(IEnumerable<String>, Boolean) is available as an implementation that returns a useful token for forward resolution; otherwise, false.

Remarks

This property returns false when GetFixupToken does not return a token because a XamlValueConverter<TConverterBase> is involved in the second pass on an existing token.

Applies to