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