45 references to InvalidateProperty
PresentationFramework (45)
src\Framework\System\Windows\SystemParameters.cs (45)
5759return InvalidateProperty((int)CacheSlot.FocusBorderHeight, "FocusBorderHeight"); 5761return InvalidateProperty((int)CacheSlot.HighContrast, "HighContrast"); 5763return InvalidateProperty((int)CacheSlot.MouseVanish, "MouseVanish"); 5766return InvalidateProperty((int)CacheSlot.DropShadow, "DropShadow"); 5768return InvalidateProperty((int)CacheSlot.FlatMenu, "FlatMenu"); 5801return InvalidateProperty((int)CacheSlot.KeyboardCues, "KeyboardCues"); 5803return InvalidateProperty((int)CacheSlot.KeyboardDelay, "KeyboardDelay"); 5805return InvalidateProperty((int)CacheSlot.KeyboardPreference, "KeyboardPreference"); 5807return InvalidateProperty((int)CacheSlot.KeyboardSpeed, "KeyboardSpeed"); 5809return InvalidateProperty((int)CacheSlot.SnapToDefaultButton, "SnapToDefaultButton"); 5811return InvalidateProperty((int)CacheSlot.WheelScrollLines, "WheelScrollLines"); 5813return InvalidateProperty((int)CacheSlot.MouseHoverTime, "MouseHoverTime"); 5815return InvalidateProperty((int)CacheSlot.MouseHoverHeight, "MouseHoverHeight"); 5817return InvalidateProperty((int)CacheSlot.MouseHoverWidth, "MouseHoverWidth"); 5832return InvalidateProperty((int)CacheSlot.MenuFade, "MenuFade"); 5834return InvalidateProperty((int)CacheSlot.MenuShowDelay, "MenuShowDelay"); 5837return InvalidateProperty((int)CacheSlot.ComboBoxAnimation, "ComboBoxAnimation"); 5839return InvalidateProperty((int)CacheSlot.ClientAreaAnimation, "ClientAreaAnimation"); 5841return InvalidateProperty((int)CacheSlot.CursorShadow, "CursorShadow"); 5843return InvalidateProperty((int)CacheSlot.GradientCaptions, "GradientCaptions"); 5845return InvalidateProperty((int)CacheSlot.HotTracking, "HotTracking"); 5847return InvalidateProperty((int)CacheSlot.ListBoxSmoothScrolling, "ListBoxSmoothScrolling"); 5849return InvalidateProperty((int)CacheSlot.MenuAnimation, "MenuAnimation"); 5851return InvalidateProperty((int)CacheSlot.SelectionFade, "SelectionFade"); 5853return InvalidateProperty((int)CacheSlot.StylusHotTracking, "StylusHotTracking"); 5855return InvalidateProperty((int)CacheSlot.ToolTipAnimation, "ToolTipAnimation"); 5857return InvalidateProperty((int)CacheSlot.ToolTipFade, "ToolTipFade"); 5859return InvalidateProperty((int)CacheSlot.UIEffects, "UIEffects"); 5862return InvalidateProperty((int)CacheSlot.MinimizeAnimation, "MinimizeAnimation"); 5864return InvalidateProperty((int)CacheSlot.CaretWidth, "CaretWidth"); 5866return InvalidateProperty((int)CacheSlot.ForegroundFlashCount, "ForegroundFlashCount"); 5868return InvalidateProperty((int)CacheSlot.DragFullWindows, "DragFullWindows"); 6035return InvalidateProperty((int)CacheSlot.MinimumHorizontalDragDistance, "MinimumHorizontalDragDistance"); 6037return InvalidateProperty((int)CacheSlot.MinimumVerticalDragDistance, "MinimumVerticalDragDistance"); 6039return InvalidateProperty((int)CacheSlot.IsPenWindows, "IsPenWindows"); 6041return InvalidateProperty((int)CacheSlot.ShowSounds, "ShowSounds"); 6043return InvalidateProperty((int)CacheSlot.SwapButtons, "SwapButtons"); 6051return InvalidateProperty((int)CacheSlot.IsGlassEnabled, "IsGlassEnabled"); 6058InvalidateProperty((int)CacheSlot.UxThemeName, "UxThemeName"); 6059InvalidateProperty((int)CacheSlot.UxThemeColor, "UxThemeColor"); 6060InvalidateProperty((int)CacheSlot.WindowCornerRadius, "WindowCornerRadius"); 6065InvalidateProperty((int)CacheSlot.WindowGlassColor, "WindowGlassColor"); 6066InvalidateProperty((int)CacheSlot.WindowGlassBrush, "WindowGlassBrush"); 6073InvalidateProperty((int)CacheSlot.WindowNonClientFrameThickness, "WindowNonClientFrameThickness"); 6074InvalidateProperty((int)CacheSlot.WindowResizeBorderThickness, "WindowResizeBorderThickness");