2 references to IsTextSearchCaseSensitiveProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemsControl.cs (2)
1158
get { return (bool) GetValue(
IsTextSearchCaseSensitiveProperty
); }
1159
set { SetValue(
IsTextSearchCaseSensitiveProperty
, BooleanBoxes.Box(value)); }