7 references to GetCachedFreezable
PresentationFramework.Royale (7)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (7)
66LinearGradientBrush background = (LinearGradientBrush)GetCachedFreezable((int)backgroundType); 132Pen tabStroke = (Pen)GetCachedFreezable((int)RoyaleFreezables.TabStroke); 144LinearGradientBrush tabFill = (LinearGradientBrush)GetCachedFreezable((int)RoyaleFreezables.TabFill); 168SolidColorBrush border = (SolidColorBrush)GetCachedFreezable((int)RoyaleFreezables.PressedBorder); 192LinearGradientBrush gripper = (LinearGradientBrush)GetCachedFreezable((int)(horizontal ? RoyaleFreezables.HorizontalGripper : RoyaleFreezables.VerticalGripper)); 236PathGeometry arrowGeometry = (PathGeometry)GetCachedFreezable(ascending ? (int)RoyaleFreezables.ArrowUpGeometry : (int)RoyaleFreezables.ArrowDownGeometry); 276SolidColorBrush arrowFill = (SolidColorBrush)GetCachedFreezable((int)RoyaleFreezables.ArrowFill);