45 references to InvalidateProperty
PresentationFramework (45)
System\Windows\SystemParameters.cs (45)
5166return InvalidateProperty((int)CacheSlot.FocusBorderHeight, "FocusBorderHeight"); 5168return InvalidateProperty((int)CacheSlot.HighContrast, "HighContrast"); 5170return InvalidateProperty((int)CacheSlot.MouseVanish, "MouseVanish"); 5173return InvalidateProperty((int)CacheSlot.DropShadow, "DropShadow"); 5175return InvalidateProperty((int)CacheSlot.FlatMenu, "FlatMenu"); 5208return InvalidateProperty((int)CacheSlot.KeyboardCues, "KeyboardCues"); 5210return InvalidateProperty((int)CacheSlot.KeyboardDelay, "KeyboardDelay"); 5212return InvalidateProperty((int)CacheSlot.KeyboardPreference, "KeyboardPreference"); 5214return InvalidateProperty((int)CacheSlot.KeyboardSpeed, "KeyboardSpeed"); 5216return InvalidateProperty((int)CacheSlot.SnapToDefaultButton, "SnapToDefaultButton"); 5218return InvalidateProperty((int)CacheSlot.WheelScrollLines, "WheelScrollLines"); 5220return InvalidateProperty((int)CacheSlot.MouseHoverTime, "MouseHoverTime"); 5222return InvalidateProperty((int)CacheSlot.MouseHoverHeight, "MouseHoverHeight"); 5224return InvalidateProperty((int)CacheSlot.MouseHoverWidth, "MouseHoverWidth"); 5239return InvalidateProperty((int)CacheSlot.MenuFade, "MenuFade"); 5241return InvalidateProperty((int)CacheSlot.MenuShowDelay, "MenuShowDelay"); 5244return InvalidateProperty((int)CacheSlot.ComboBoxAnimation, "ComboBoxAnimation"); 5246return InvalidateProperty((int)CacheSlot.ClientAreaAnimation, "ClientAreaAnimation"); 5248return InvalidateProperty((int)CacheSlot.CursorShadow, "CursorShadow"); 5250return InvalidateProperty((int)CacheSlot.GradientCaptions, "GradientCaptions"); 5252return InvalidateProperty((int)CacheSlot.HotTracking, "HotTracking"); 5254return InvalidateProperty((int)CacheSlot.ListBoxSmoothScrolling, "ListBoxSmoothScrolling"); 5256return InvalidateProperty((int)CacheSlot.MenuAnimation, "MenuAnimation"); 5258return InvalidateProperty((int)CacheSlot.SelectionFade, "SelectionFade"); 5260return InvalidateProperty((int)CacheSlot.StylusHotTracking, "StylusHotTracking"); 5262return InvalidateProperty((int)CacheSlot.ToolTipAnimation, "ToolTipAnimation"); 5264return InvalidateProperty((int)CacheSlot.ToolTipFade, "ToolTipFade"); 5266return InvalidateProperty((int)CacheSlot.UIEffects, "UIEffects"); 5269return InvalidateProperty((int)CacheSlot.MinimizeAnimation, "MinimizeAnimation"); 5271return InvalidateProperty((int)CacheSlot.CaretWidth, "CaretWidth"); 5273return InvalidateProperty((int)CacheSlot.ForegroundFlashCount, "ForegroundFlashCount"); 5275return InvalidateProperty((int)CacheSlot.DragFullWindows, "DragFullWindows"); 5442return InvalidateProperty((int)CacheSlot.MinimumHorizontalDragDistance, "MinimumHorizontalDragDistance"); 5444return InvalidateProperty((int)CacheSlot.MinimumVerticalDragDistance, "MinimumVerticalDragDistance"); 5446return InvalidateProperty((int)CacheSlot.IsPenWindows, "IsPenWindows"); 5448return InvalidateProperty((int)CacheSlot.ShowSounds, "ShowSounds"); 5450return InvalidateProperty((int)CacheSlot.SwapButtons, "SwapButtons"); 5458return InvalidateProperty((int)CacheSlot.IsGlassEnabled, "IsGlassEnabled"); 5465InvalidateProperty((int)CacheSlot.UxThemeName, "UxThemeName"); 5466InvalidateProperty((int)CacheSlot.UxThemeColor, "UxThemeColor"); 5467InvalidateProperty((int)CacheSlot.WindowCornerRadius, "WindowCornerRadius"); 5472InvalidateProperty((int)CacheSlot.WindowGlassColor, "WindowGlassColor"); 5473InvalidateProperty((int)CacheSlot.WindowGlassBrush, "WindowGlassBrush"); 5480InvalidateProperty((int)CacheSlot.WindowNonClientFrameThickness, "WindowNonClientFrameThickness"); 5481InvalidateProperty((int)CacheSlot.WindowResizeBorderThickness, "WindowResizeBorderThickness");