7 references to GetCachedFreezable
PresentationFramework.Royale (7)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (7)
60LinearGradientBrush background = (LinearGradientBrush)GetCachedFreezable((int)backgroundType); 129Pen tabStroke = (Pen)GetCachedFreezable((int)RoyaleFreezables.TabStroke); 141LinearGradientBrush tabFill = (LinearGradientBrush)GetCachedFreezable((int)RoyaleFreezables.TabFill); 167SolidColorBrush border = (SolidColorBrush)GetCachedFreezable((int)RoyaleFreezables.PressedBorder); 191LinearGradientBrush gripper = (LinearGradientBrush)GetCachedFreezable((int)(horizontal ? RoyaleFreezables.HorizontalGripper : RoyaleFreezables.VerticalGripper)); 237PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)RoyaleFreezables.ArrowUpGeometry : (int)RoyaleFreezables.ArrowDownGeometry); 277SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)RoyaleFreezables.ArrowFill);