IXamlNameResolver.IsFixupTokenAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.