C# (CSharp) Microsoft.Practices.Prism.Regions.Behaviors SyncRegionContextWithHostBehavior - 9 примеров найдено. Это лучшие примеры C# (CSharp) кода для Microsoft.Practices.Prism.Regions.Behaviors.SyncRegionContextWithHostBehavior, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
Behavior that synchronizes the IRegion.Context property of a IRegion with the control that hosts the Region. It does this by setting the RegionManager.RegionContextProperty Dependency Property on the host control. This behavior allows the usage of two way databinding of the RegionContext from XAML.