ForceResources Method (SourceCollectionBase<TView,TViewModel>)
Used to force applying resources before an item is inserted into the SourceCollectionBase. Can resolve issues in MVVM API where some properties require styles present before showing
Syntax
protected virtual void ForceResources( 
   FrameworkElement frameworkView
)

Parameters

frameworkView
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also