2 references to BackStackProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Frame.cs (2)
1018
Debug.Assert(backStack == GetValue(
BackStackProperty
));
1192
Debug.Assert(GetValue(
BackStackProperty
) == _ownJournalScope.BackStack);