45 references to InvalidateProperty
PresentationFramework (45)
System\Windows\SystemParameters.cs (45)
5165return InvalidateProperty((int)CacheSlot.FocusBorderHeight, "FocusBorderHeight");
5167return InvalidateProperty((int)CacheSlot.HighContrast, "HighContrast");
5169return InvalidateProperty((int)CacheSlot.MouseVanish, "MouseVanish");
5172return InvalidateProperty((int)CacheSlot.DropShadow, "DropShadow");
5174return InvalidateProperty((int)CacheSlot.FlatMenu, "FlatMenu");
5207return InvalidateProperty((int)CacheSlot.KeyboardCues, "KeyboardCues");
5209return InvalidateProperty((int)CacheSlot.KeyboardDelay, "KeyboardDelay");
5211return InvalidateProperty((int)CacheSlot.KeyboardPreference, "KeyboardPreference");
5213return InvalidateProperty((int)CacheSlot.KeyboardSpeed, "KeyboardSpeed");
5215return InvalidateProperty((int)CacheSlot.SnapToDefaultButton, "SnapToDefaultButton");
5217return InvalidateProperty((int)CacheSlot.WheelScrollLines, "WheelScrollLines");
5219return InvalidateProperty((int)CacheSlot.MouseHoverTime, "MouseHoverTime");
5221return InvalidateProperty((int)CacheSlot.MouseHoverHeight, "MouseHoverHeight");
5223return InvalidateProperty((int)CacheSlot.MouseHoverWidth, "MouseHoverWidth");
5238return InvalidateProperty((int)CacheSlot.MenuFade, "MenuFade");
5240return InvalidateProperty((int)CacheSlot.MenuShowDelay, "MenuShowDelay");
5243return InvalidateProperty((int)CacheSlot.ComboBoxAnimation, "ComboBoxAnimation");
5245return InvalidateProperty((int)CacheSlot.ClientAreaAnimation, "ClientAreaAnimation");
5247return InvalidateProperty((int)CacheSlot.CursorShadow, "CursorShadow");
5249return InvalidateProperty((int)CacheSlot.GradientCaptions, "GradientCaptions");
5251return InvalidateProperty((int)CacheSlot.HotTracking, "HotTracking");
5253return InvalidateProperty((int)CacheSlot.ListBoxSmoothScrolling, "ListBoxSmoothScrolling");
5255return InvalidateProperty((int)CacheSlot.MenuAnimation, "MenuAnimation");
5257return InvalidateProperty((int)CacheSlot.SelectionFade, "SelectionFade");
5259return InvalidateProperty((int)CacheSlot.StylusHotTracking, "StylusHotTracking");
5261return InvalidateProperty((int)CacheSlot.ToolTipAnimation, "ToolTipAnimation");
5263return InvalidateProperty((int)CacheSlot.ToolTipFade, "ToolTipFade");
5265return InvalidateProperty((int)CacheSlot.UIEffects, "UIEffects");
5268return InvalidateProperty((int)CacheSlot.MinimizeAnimation, "MinimizeAnimation");
5270return InvalidateProperty((int)CacheSlot.CaretWidth, "CaretWidth");
5272return InvalidateProperty((int)CacheSlot.ForegroundFlashCount, "ForegroundFlashCount");
5274return InvalidateProperty((int)CacheSlot.DragFullWindows, "DragFullWindows");
5441return InvalidateProperty((int)CacheSlot.MinimumHorizontalDragDistance, "MinimumHorizontalDragDistance");
5443return InvalidateProperty((int)CacheSlot.MinimumVerticalDragDistance, "MinimumVerticalDragDistance");
5445return InvalidateProperty((int)CacheSlot.IsPenWindows, "IsPenWindows");
5447return InvalidateProperty((int)CacheSlot.ShowSounds, "ShowSounds");
5449return InvalidateProperty((int)CacheSlot.SwapButtons, "SwapButtons");
5457return InvalidateProperty((int)CacheSlot.IsGlassEnabled, "IsGlassEnabled");
5464InvalidateProperty((int)CacheSlot.UxThemeName, "UxThemeName");
5465InvalidateProperty((int)CacheSlot.UxThemeColor, "UxThemeColor");
5466InvalidateProperty((int)CacheSlot.WindowCornerRadius, "WindowCornerRadius");
5471InvalidateProperty((int)CacheSlot.WindowGlassColor, "WindowGlassColor");
5472InvalidateProperty((int)CacheSlot.WindowGlassBrush, "WindowGlassBrush");
5479InvalidateProperty((int)CacheSlot.WindowNonClientFrameThickness, "WindowNonClientFrameThickness");
5480InvalidateProperty((int)CacheSlot.WindowResizeBorderThickness, "WindowResizeBorderThickness");